home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / gnu / othergnu / trmcap10.zoo / texinfo.tex (.txt) < prev    next >
LaTeX Document  |  1992-04-02  |  105KB  |  2,614 lines

  1. %% TeX macros to handle texinfo files
  2. %   Copyright (C) 1985, 1986, 1988, 1990, 1991 Free Software Foundation, Inc.
  3. %This texinfo.tex file is free software; you can redistribute it and/or
  4. %modify it under the terms of the GNU General Public License as
  5. %published by the Free Software Foundation; either version 2, or (at
  6. %your option) any later version.
  7. %This texinfo.tex file is distributed in the hope that it will be
  8. %useful, but WITHOUT ANY WARRANTY; without even the implied warranty
  9. %of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  10. %General Public License for more details.
  11. %You should have received a copy of the GNU General Public License
  12. %along with this texinfo.tex file; see the file COPYING.  If not, write
  13. %to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
  14. %USA.
  15. %In other words, you are welcome to use, share and improve this program.
  16. %You are forbidden to forbid anyone else to use, share and improve
  17. %what you give them.   Help stamp out software-hoarding!
  18. \def\texinfoversion{2.68}
  19. \message{Loading texinfo package [Version \texinfoversion]:}
  20. \message{}
  21. % Print the version number if in a .fmt file.
  22. \everyjob{\message{[Texinfo version \texinfoversion]}\message{}}
  23. % Save some parts of plain tex whose names we will redefine.
  24. \let\ptexlbrace=\{
  25. \let\ptexrbrace=\}
  26. \let\ptexdots=\dots
  27. \let\ptexdot=\.
  28. \let\ptexstar=\*
  29. \let\ptexend=\end
  30. \let\ptexbullet=\bullet
  31. \let\ptexb=\b
  32. \let\ptexc=\c
  33. \let\ptexi=\i
  34. \let\ptext=\t
  35. \let\ptexl=\l
  36. \let\ptexL=\L
  37. \def\tie{\penalty 10000\ }     % Save plain tex definition of ~.
  38. \message{Basics,}
  39. \chardef\other=12
  40. \hyphenation{ap-pen-dix}
  41. \hyphenation{mini-buf-fer mini-buf-fers}
  42. \hyphenation{eshell}
  43. % Margin to add to right of even pages, to left of odd pages.
  44. \newdimen \bindingoffset  \bindingoffset=0pt
  45. \newdimen \normaloffset   \normaloffset=\hoffset
  46. \newdimen\pagewidth \newdimen\pageheight
  47. \pagewidth=\hsize \pageheight=\vsize
  48. % Sometimes it is convenient to have everything in the transcript file
  49. % and nothing on the terminal.  We don't just call \tracingall here,
  50. % since that produces some useless output on the terminal.
  51. \def\gloggingall{\begingroup \globaldefs = 1 \loggingall \endgroup}%
  52. \def\loggingall{\tracingcommands2 \tracingstats2 
  53.    \tracingpages1 \tracingoutput1 \tracinglostchars1 
  54.    \tracingmacros2 \tracingparagraphs1 \tracingrestores1 
  55.    \showboxbreadth\maxdimen\showboxdepth\maxdimen
  56. %---------------------Begin change-----------------------
  57. %%%% For @cropmarks command.
  58. % Dimensions to add cropmarks at corners Added by P. A. MacKay, 12 Nov. 1986
  59. \newdimen\cornerlong \newdimen\cornerthick
  60. \newdimen \topandbottommargin
  61. \newdimen \outerhsize \newdimen \outervsize
  62. \cornerlong=1pc\cornerthick=.3pt    % These set size of cropmarks
  63. \outerhsize=7in
  64. %\outervsize=9.5in
  65. % Alternative @smallbook page size is 9.25in
  66. \outervsize=9.25in
  67. \topandbottommargin=.75in
  68. %---------------------End change-----------------------
  69. % \onepageout takes a vbox as an argument.  Note that \pagecontents
  70. % does insertions itself, but you have to call it yourself.
  71. \chardef\PAGE=255  \output={\onepageout{\pagecontents\PAGE}}
  72. \def\onepageout#1{\hoffset=\normaloffset
  73. \ifodd\pageno  \advance\hoffset by \bindingoffset
  74. \else \advance\hoffset by -\bindingoffset\fi
  75. {\escapechar=`\\\relax % makes sure backslash is used in output files.
  76. \shipout\vbox{{\let\hsize=\pagewidth \makeheadline} \pagebody{#1}%
  77. {\let\hsize=\pagewidth \makefootline}}}%
  78. \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi}
  79. %%%% For @cropmarks command %%%%
  80. % Here is a modification of the main output routine for Near East Publications
  81. % This provides right-angle cropmarks at all four corners.
  82. % The contents of the page are centerlined into the cropmarks,
  83. % and any desired binding offset is added as an \hskip on either
  84. % site of the centerlined box.  (P. A. MacKay, 12 November, 1986)
  85. \def\croppageout#1{\hoffset=0pt % make sure this doesn't mess things up
  86.          \shipout
  87.          \vbox to \outervsize{\hsize=\outerhsize
  88.                  \vbox{\line{\ewtop\hfill\ewtop}}
  89.                  \nointerlineskip
  90.                  \line{\vbox{\moveleft\cornerthick\nstop}
  91.                        \hfill
  92.                        \vbox{\moveright\cornerthick\nstop}}
  93.                  \vskip \topandbottommargin
  94.                  \centerline{\ifodd\pageno\hskip\bindingoffset\fi
  95.             \vbox{
  96.             {\let\hsize=\pagewidth \makeheadline}
  97.             \pagebody{#1}
  98.             {\let\hsize=\pagewidth \makefootline}}
  99.             \ifodd\pageno\else\hskip\bindingoffset\fi}
  100.          \vskip \topandbottommargin plus1fill minus1fill
  101.                  \boxmaxdepth\cornerthick
  102.                  \line{\vbox{\moveleft\cornerthick\nsbot}
  103.                        \hfill
  104.                        \vbox{\moveright\cornerthick\nsbot}}
  105.                  \nointerlineskip
  106.                  \vbox{\line{\ewbot\hfill\ewbot}}
  107.   \advancepageno 
  108.   \ifnum\outputpenalty>-20000 \else\dosupereject\fi}
  109. % Do @cropmarks to get crop marks
  110. \def\cropmarks{\let\onepageout=\croppageout }
  111. \def\pagebody#1{\vbox to\pageheight{\boxmaxdepth=\maxdepth #1}}
  112. {\catcode`\@ =11
  113. \gdef\pagecontents#1{\ifvoid\topins\else\unvbox\topins\fi
  114. \dimen@=\dp#1 \unvbox#1
  115. \ifvoid\footins\else\vskip\skip\footins\footnoterule \unvbox\footins\fi
  116. \ifr@ggedbottom \kern-\dimen@ \vfil \fi}
  117. % Here are the rules for the cropmarks.  Note that they are
  118. % offset so that the space between them is truly \outerhsize or \outervsize
  119. % (P. A. MacKay, 12 November, 1986)
  120. \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
  121. \def\nstop{\vbox
  122.   {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
  123. \def\ewbot{\vrule height0pt depth\cornerthick width\cornerlong}
  124. \def\nsbot{\vbox
  125.   {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
  126. % Parse an argument, then pass it to #1.
  127. % The argument can be delimited with [...] or with "..." or braces
  128. % or it can be a whole line.
  129. % #1 should be a macro which expects
  130. % an ordinary undelimited TeX argument.
  131. \def\parsearg #1{\let\next=#1\begingroup\obeylines\futurelet\temp\parseargx}
  132. \def\parseargx{%
  133. \ifx \obeyedspace\temp \aftergroup\parseargdiscardspace \else%
  134. \aftergroup \parseargline %
  135. \fi \endgroup}
  136. {\obeyspaces %
  137. \gdef\parseargdiscardspace {\begingroup\obeylines\futurelet\temp\parseargx}}
  138. \gdef\obeyedspace{\ }
  139. \def\parseargline{\begingroup \obeylines \parsearglinex}
  140. {\obeylines %
  141. \gdef\parsearglinex #1^^M{\endgroup \next {#1}}}
  142. \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
  143. %% These are used to keep @begin/@end levels from running away
  144. %% Call \inENV within environments (after a \begingroup)
  145. \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi}
  146. \def\ENVcheck{%
  147. \ifENV\errmessage{Still within an environment.  Type Return to continue.}
  148. \endgroup\fi} % This is not perfect, but it should reduce lossage
  149. % @begin foo  is the same as @foo, for now.
  150. \newhelp\EMsimple{Type <Return> to continue}
  151. \outer\def\begin{\parsearg\beginxxx}
  152. \def\beginxxx #1{%
  153. \expandafter\ifx\csname #1\endcsname\relax
  154. {\errhelp=\EMsimple \errmessage{Undefined command @begin #1}}\else
  155. \csname #1\endcsname\fi}
  156. %% @end foo executes the definition of \Efoo.
  157. %% foo can be delimited by doublequotes or brackets.
  158. \def\end{\parsearg\endxxx}
  159. \def\endxxx #1{%
  160. \expandafter\ifx\csname E#1\endcsname\relax
  161. \expandafter\ifx\csname #1\endcsname\relax
  162. \errmessage{Undefined command @end #1}\else
  163. \errorE{#1}\fi\fi
  164. \csname E#1\endcsname}
  165. \def\errorE#1{
  166. {\errhelp=\EMsimple \errmessage{@end #1 not within #1 environment}}}
  167. % Single-spacing is done by various environments.
  168. \newskip\singlespaceskip \singlespaceskip = \baselineskip
  169. \def\singlespace{%
  170. {\advance \baselineskip by -\singlespaceskip
  171. \kern \baselineskip}%
  172. \baselineskip=\singlespaceskip
  173. %% Simple single-character @ commands
  174. % @@ prints an @
  175. % Kludge this until the fonts are right (grr).
  176. \def\@{{\tt \char '100}}
  177. % Define @` and @' to be the same as ` and '
  178. % but suppressing ligatures.
  179. \def\`{{`}}
  180. \def\'{{'}}
  181. % Used to generate quoted braces.
  182. \def\mylbrace {{\tt \char '173}}
  183. \def\myrbrace {{\tt \char '175}}
  184. \let\{=\mylbrace
  185. \let\}=\myrbrace
  186. % @: forces normal size whitespace following.
  187. \def\:{\spacefactor=1000 }
  188. % @* forces a line break.
  189. \def\*{\hfil\break\hbox{}\ignorespaces}
  190. % @. is an end-of-sentence period.
  191. \def\.{.\spacefactor=3000 }
  192. % @w prevents a word break
  193. \def\w #1{\hbox{#1}}
  194. % @group ... @end group  forces ... to be all on one page.
  195. \def\group{\begingroup% \inENV ???
  196. \ifnum\catcode13=\active \else
  197. \errmessage{@group invalid in context where filling is enabled}\fi
  198. \def \Egroup{\egroup\endgroup}
  199. \vbox\bgroup}
  200. % @need space-in-mils
  201. % forces a page break if there is not space-in-mils remaining.
  202. \newdimen\mil  \mil=0.001in
  203. \def\need{\parsearg\needx}
  204. \def\needx #1{\par %
  205. % This method tries to make TeX break the page naturally
  206. % if the depth of the box does not fit.
  207. {\baselineskip=0pt%
  208. \vtop to #1\mil{\vfil}\kern -#1\mil\penalty 10000
  209. \prevdepth=-1000pt
  210. % @br   forces paragraph break
  211. \let\br = \par
  212. % @dots{}  output some dots
  213. \def\dots{$\ldots$}
  214. % @page    forces the start of a new page
  215. \def\page{\par\vfill\supereject}
  216. % @exdent text....
  217. % outputs text on separate line in roman font, starting at standard page margin
  218. \def\exdent{\errmessage{@exdent in filled text}}
  219.   % @lisp, etc, define \exdent locally from \internalexdent
  220. {\obeyspaces
  221. \gdef\internalexdent{\parsearg\exdentzzz}}
  222. \def\exdentzzz #1{{\advance \leftskip by -\lispnarrowing
  223. \advance \hsize by -\leftskip
  224. \advance \hsize by -\rightskip
  225. \leftline{{\rm#1}}}}
  226. % @include file    insert text of that file as input.
  227. \def\include{\parsearg\includezzz}
  228. \def\includezzz #1{{\def\thisfile{#1}\input #1
  229. \def\thisfile{}
  230. % @center line   outputs that line, centered
  231. \def\center{\parsearg\centerzzz}
  232. \def\centerzzz #1{{\advance\hsize by -\leftskip
  233. \advance\hsize by -\rightskip
  234. \centerline{#1}}}
  235. % @sp n   outputs n lines of vertical space
  236. \def\sp{\parsearg\spxxx}
  237. \def\spxxx #1{\par \vskip #1\baselineskip}
  238. % @comment ...line which is ignored...
  239. % @c is the same as @comment
  240. % @ignore ... @end ignore  is another way to write a comment
  241. \def\comment{\catcode 64=\other \catcode 123=\other \catcode 125=\other%
  242. \parsearg \commentxxx}
  243. \def\commentxxx #1{\catcode 64=0 \catcode 123=1 \catcode 125=2 }
  244. \let\c=\comment
  245. % Prevent errors for section commands.
  246. % Used in @ignore and in failing conditionals.
  247. \def\ignoresections{%
  248. \let\chapter=\relax
  249. \let\unnumbered=\relax
  250. \let\top=\relax
  251. \let\unnumberedsec=\relax
  252. \let\unnumberedsection=\relax
  253. \let\unnumberedsubsec=\relax
  254. \let\unnumberedsubsection=\relax
  255. \let\unnumberedsubsubsec=\relax
  256. \let\unnumberedsubsubsection=\relax
  257. \let\section=\relax
  258. \let\subsec=\relax
  259. \let\subsubsec=\relax
  260. \let\subsection=\relax
  261. \let\subsubsection=\relax
  262. \let\appendix=\relax
  263. \let\appendixsec=\relax
  264. \let\appendixsection=\relax
  265. \let\appendixsubsec=\relax
  266. \let\appendixsubsection=\relax
  267. \let\appendixsubsubsec=\relax
  268. \let\appendixsubsubsection=\relax
  269. \let\contents=\relax
  270. \let\smallbook=\relax
  271. \let\titlepage=\relax
  272. \def\ignore{\begingroup\ignoresections
  273. % Make sure that spaces turn into tokens that match what \ignorexxx wants.
  274. \catcode32=10
  275. \ignorexxx}
  276. \long\def\ignorexxx #1\end ignore{\endgroup\ignorespaces}
  277. \def\direntry{\begingroup\direntryxxx}
  278. \long\def\direntryxxx #1\end direntry{\endgroup\ignorespaces}
  279. % Conditionals to test whether a flag is set.
  280. \def\ifset{\begingroup\ignoresections\parsearg\ifsetxxx}
  281. \def\ifsetxxx #1{\endgroup
  282. \expandafter\ifx\csname IF#1\endcsname\relax \let\temp=\ifsetfail
  283. \else \let\temp=\relax \fi
  284. \temp}
  285. \def\Eifset{}
  286. \def\ifsetfail{\begingroup\ignoresections\ifsetfailxxx}
  287. \long\def\ifsetfailxxx #1\end ifset{\endgroup\ignorespaces}
  288. \def\ifclear{\begingroup\ignoresections\parsearg\ifclearxxx}
  289. \def\ifclearxxx #1{\endgroup
  290. \expandafter\ifx\csname IF#1\endcsname\relax \let\temp=\relax
  291. \else \let\temp=\ifclearfail \fi
  292. \temp}
  293. \def\Eifclear{}
  294. \def\ifclearfail{\begingroup\ignoresections\ifclearfailxxx}
  295. \long\def\ifclearfailxxx #1\end ifclear{\endgroup\ignorespaces}
  296. % @set foo     to set the flag named foo.
  297. % @clear foo   to clear the flag named foo.
  298. \def\set{\parsearg\setxxx}
  299. \def\setxxx #1{
  300. \expandafter\let\csname IF#1\endcsname=\set}
  301. \def\clear{\parsearg\clearxxx}
  302. \def\clearxxx #1{
  303. \expandafter\let\csname IF#1\endcsname=\relax}
  304. % Some texinfo constructs that are trivial in tex
  305. \def\iftex{}
  306. \def\Eiftex{}
  307. \def\ifinfo{\begingroup\ignoresections\ifinfoxxx}
  308. \long\def\ifinfoxxx #1\end ifinfo{\endgroup\ignorespaces}
  309. \long\def\menu #1\end menu{}
  310. \def\asis#1{#1}
  311. % @math means output in math mode.
  312. % We don't use $'s directly in the definition of \math because control
  313. % sequences like \math are expanded when the toc file is written.  Then,
  314. % we read the toc file back, the $'s will be normal characters (as they
  315. % should be, according to the definition of Texinfo).  So we must use a
  316. % control sequence to switch into and out of math mode.
  317. % This isn't quite enough for @math to work properly in indices, but it
  318. % seems unlikely it will ever be needed there.
  319. \let\implicitmath = $
  320. \def\math#1{\implicitmath #1\implicitmath}
  321. \def\node{\ENVcheck\parsearg\nodezzz}
  322. \def\nodezzz#1{\nodexxx [#1,]}
  323. \def\nodexxx[#1,#2]{\gdef\lastnode{#1}}
  324. \let\lastnode=\relax
  325. \def\donoderef{\ifx\lastnode\relax\else
  326. \expandafter\expandafter\expandafter\setref{\lastnode}\fi
  327. \let\lastnode=\relax}
  328. \def\unnumbnoderef{\ifx\lastnode\relax\else
  329. \expandafter\expandafter\expandafter\unnumbsetref{\lastnode}\fi
  330. \let\lastnode=\relax}
  331. \def\appendixnoderef{\ifx\lastnode\relax\else
  332. \expandafter\expandafter\expandafter\appendixsetref{\lastnode}\fi
  333. \let\lastnode=\relax}
  334. \let\refill=\relax
  335. % @setfilename is done at the beginning of every texinfo file.
  336. % So open here the files we need to have open while reading the input.
  337. % This makes it possible to make a .fmt file for texinfo.
  338. \def\setfilename{%
  339.    \readauxfile
  340.    \opencontents
  341.    \openindices
  342.    \fixbackslash  % Turn off hack to swallow `\input texinfo'.
  343.    \global\let\setfilename=\comment % Ignore extra @setfilename cmds.
  344.    \comment % Ignore the actual filename.
  345. \outer\def\bye{\pagealignmacro\tracingstats=1\ptexend}
  346. \def\inforef #1{\inforefzzz #1,,,,**}
  347. \def\inforefzzz #1,#2,#3,#4**{See Info file \file{\losespace#3{}},
  348.   node \samp{\losespace#1{}}}
  349. \def\losespace #1{#1}
  350. \message{fonts,}
  351. % Font-change commands.
  352. % Texinfo supports the sans serif font style, which plain TeX does not.
  353. % So we set up a \sf analogous to plain's \rm, etc.
  354. \newfam\sffam
  355. \def\sf{\fam=\sffam \tensf}
  356. \let\li = \sf % Sometimes we call it \li, not \sf.
  357. %% Try out Computer Modern fonts at \magstephalf
  358. \let\mainmagstep=\magstephalf
  359. \ifx\bigger\relax
  360. \let\mainmagstep=\magstep1
  361. \font\textrm=cmr12
  362. \font\texttt=cmtt12
  363. \else
  364. \font\textrm=cmr10 scaled \mainmagstep
  365. \font\texttt=cmtt10 scaled \mainmagstep
  366. % Instead of cmb10, you many want to use cmbx10.
  367. % cmbx10 is a prettier font on its own, but cmb10
  368. % looks better when embedded in a line with cmr10.
  369. \font\textbf=cmb10 scaled \mainmagstep 
  370. \font\textit=cmti10 scaled \mainmagstep
  371. \font\textsl=cmsl10 scaled \mainmagstep
  372. \font\textsf=cmss10 scaled \mainmagstep
  373. \font\textsc=cmcsc10 scaled \mainmagstep
  374. \font\texti=cmmi10 scaled \mainmagstep
  375. \font\textsy=cmsy10 scaled \mainmagstep
  376. % A few fonts for @defun, etc.
  377. \font\defbf=cmbx10 scaled \magstep1 %was 1314
  378. \font\deftt=cmtt10 scaled \magstep1
  379. \def\df{\let\tentt=\deftt \let\tenbf = \defbf \bf}
  380. % Fonts for indices and small examples.
  381. % We actually use the slanted font rather than the italic, 
  382. % because texinfo normally uses the slanted fonts for that.
  383. % Do not make many font distinctions in general in the index, since they
  384. % aren't very useful.
  385. \font\ninett=cmtt9
  386. \font\indrm=cmr9
  387. \font\indit=cmsl9
  388. \let\indsl=\indit
  389. \let\indtt=\ninett
  390. \let\indsf=\indrm
  391. \let\indbf=\indrm
  392. \let\indsc=\indrm
  393. \font\indi=cmmi9
  394. \font\indsy=cmsy9
  395. % Fonts for headings
  396. \font\chaprm=cmbx12 scaled \magstep2
  397. \font\chapit=cmti12 scaled \magstep2
  398. \font\chapsl=cmsl12 scaled \magstep2
  399. \font\chaptt=cmtt12 scaled \magstep2
  400. \font\chapsf=cmss12 scaled \magstep2
  401. \let\chapbf=\chaprm
  402. \font\chapsc=cmcsc10 scaled\magstep3
  403. \font\chapi=cmmi12 scaled \magstep2
  404. \font\chapsy=cmsy10 scaled \magstep3
  405. \font\secrm=cmbx12 scaled \magstep1
  406. \font\secit=cmti12 scaled \magstep1
  407. \font\secsl=cmsl12 scaled \magstep1
  408. \font\sectt=cmtt12 scaled \magstep1
  409. \font\secsf=cmss12 scaled \magstep1
  410. \font\secbf=cmbx12 scaled \magstep1
  411. \font\secsc=cmcsc10 scaled\magstep2
  412. \font\seci=cmmi12 scaled \magstep1
  413. \font\secsy=cmsy10 scaled \magstep2
  414. % \font\ssecrm=cmbx10 scaled \magstep1    % This size an font looked bad.
  415. % \font\ssecit=cmti10 scaled \magstep1    % The letters were too crowded.
  416. % \font\ssecsl=cmsl10 scaled \magstep1
  417. % \font\ssectt=cmtt10 scaled \magstep1
  418. % \font\ssecsf=cmss10 scaled \magstep1
  419. %\font\ssecrm=cmb10 scaled 1315    % Note the use of cmb rather than cmbx.
  420. %\font\ssecit=cmti10 scaled 1315    % Also, the size is a little larger than
  421. %\font\ssecsl=cmsl10 scaled 1315    % being scaled magstep1.
  422. %\font\ssectt=cmtt10 scaled 1315
  423. %\font\ssecsf=cmss10 scaled 1315
  424. %\let\ssecbf=\ssecrm
  425. \font\ssecrm=cmbx12 scaled \magstephalf
  426. \font\ssecit=cmti12 scaled \magstephalf
  427. \font\ssecsl=cmsl12 scaled \magstephalf
  428. \font\ssectt=cmtt12 scaled \magstephalf
  429. \font\ssecsf=cmss12 scaled \magstephalf
  430. \font\ssecbf=cmbx12 scaled \magstephalf
  431. \font\ssecsc=cmcsc10 scaled \magstep1 
  432. \font\sseci=cmmi12 scaled \magstephalf
  433. \font\ssecsy=cmsy10 scaled \magstep1
  434. % The smallcaps and symbol fonts should actually be scaled \magstep1.5,
  435. % but that is not a standard magnification.
  436. % Fonts for title page:
  437. \font\titlerm = cmbx12 scaled \magstep3
  438. \let\authorrm = \secrm
  439. % In order for the font changes to affect most math symbols and letters,
  440. % we have to define the \textfont of the standard families.  Since
  441. % texinfo doesn't allow for producing subscripts and superscripts, we
  442. % don't bother to reset \scriptfont and \scriptscriptfont (which would
  443. % also require loading a lot more fonts).
  444. \def\resetmathfonts{%
  445.   \textfont0 = \tenrm \textfont1 = \teni \textfont2 = \tensy
  446.   \textfont\itfam = \tenit \textfont\slfam = \tensl \textfont\bffam = \tenbf
  447.   \textfont\ttfam = \tentt \textfont\sffam = \tensf
  448. % The font-changing commands redefine the meanings of \tenSTYLE, instead
  449. % of just \STYLE.  We do this so that font changes will continue to work
  450. % in math mode, where it is the current \fam that is relevant in most
  451. % cases, not the current.  Plain TeX does, for example,
  452. % \def\bf{\fam=\bffam \tenbf}  By redefining \tenbf, we obviate the need
  453. % to redefine \bf itself.  
  454. \def\textfonts{%
  455.   \let\tenrm=\textrm \let\tenit=\textit \let\tensl=\textsl
  456.   \let\tenbf=\textbf \let\tentt=\texttt \let\smallcaps=\textsc
  457.   \let\tensf=\textsf \let\teni=\texti \let\tensy=\textsy
  458.   \resetmathfonts}
  459. \def\chapfonts{%
  460.   \let\tenrm=\chaprm \let\tenit=\chapit \let\tensl=\chapsl 
  461.   \let\tenbf=\chapbf \let\tentt=\chaptt \let\smallcaps=\chapsc
  462.   \let\tensf=\chapsf \let\teni=\chapi \let\tensy=\chapsy
  463.   \resetmathfonts}
  464. \def\secfonts{%
  465.   \let\tenrm=\secrm \let\tenit=\secit \let\tensl=\secsl
  466.   \let\tenbf=\secbf \let\tentt=\sectt \let\smallcaps=\secsc
  467.   \let\tensf=\secsf \let\teni=\seci \let\tensy=\secsy
  468.   \resetmathfonts}
  469. \def\subsecfonts{%
  470.   \let\tenrm=\ssecrm \let\tenit=\ssecit \let\tensl=\ssecsl
  471.   \let\tenbf=\ssecbf \let\tentt=\ssectt \let\smallcaps=\ssecsc
  472.   \let\tensf=\ssecsf \let\teni=\sseci \let\tensy=\ssecsy
  473.   \resetmathfonts}
  474. \def\indexfonts{%
  475.   \let\tenrm=\indrm \let\tenit=\indit \let\tensl=\indsl
  476.   \let\tenbf=\indbf \let\tentt=\indtt \let\smallcaps=\indsc
  477.   \let\tensf=\indsf \let\teni=\indi \let\tensy=\indsy
  478.   \resetmathfonts}
  479. % Set up the default fonts, so we can use them for creating boxes.
  480. \textfonts
  481. % Count depth in font-changes, for error checks
  482. \newcount\fontdepth \fontdepth=0
  483. % Fonts for short table of contents.
  484. \font\shortcontrm=cmr12
  485. \font\shortcontbf=cmbx12
  486. \font\shortcontsl=cmsl12
  487. %% Add scribe-like font environments, plus @l for inline lisp (usually sans
  488. %% serif) and @ii for TeX italic
  489. % \smartitalic{ARG} outputs arg in italics, followed by an italic correction
  490. % unless the following character is such as not to need one.
  491. \def\smartitalicx{\ifx\next,\else\ifx\next-\else\ifx\next.\else\/\fi\fi\fi}
  492. \def\smartitalic#1{{\sl #1}\futurelet\next\smartitalicx}
  493. \let\i=\smartitalic
  494. \let\var=\smartitalic
  495. \let\dfn=\smartitalic
  496. \let\emph=\smartitalic
  497. \let\cite=\smartitalic
  498. \def\b#1{{\bf #1}}
  499. \let\strong=\b
  500. \def\t#1{{\tt \exhyphenpenalty=10000\rawbackslash \frenchspacing #1}\null}
  501. \let\ttfont = \t
  502. %\def\samp #1{`{\tt \rawbackslash \frenchspacing #1}'\null}
  503. \def\samp #1{`\tclose{#1}'\null}
  504. \def\key #1{{\tt \exhyphenpenalty=10000\uppercase{#1}}\null}
  505. \def\ctrl #1{{\tt \rawbackslash \hat}#1}
  506. \let\file=\samp
  507. % @code is a modification of @t,
  508. % which makes spaces the same size as normal in the surrounding text.
  509. \newdimen\tclosesave
  510. \newdimen\tcloserm
  511. \def\tclose#1{{\rm \tcloserm=\fontdimen2\font \tt \tclosesave=\fontdimen2\font
  512. \fontdimen2\font=\tcloserm
  513. % prevent breaking lines at hyphens.
  514. \exhyphenpenalty=10000
  515. \def\ {{\fontdimen2\font=\tclosesave{} }}%
  516.  \rawbackslash \frenchspacing #1\fontdimen2\font=\tclosesave}\null}
  517. \let\code=\tclose
  518. %\let\exp=\tclose  %Was temporary
  519. % @kbd is like @code, except that if the argument is just one @key command, 
  520. % then @kbd has no effect.
  521. \def\xkey{\key}
  522. \def\kbdfoo#1#2#3\par{\def\one{#1}\def\three{#3}\def\threex{??}%
  523. \ifx\one\xkey\ifx\threex\three \key{#2}%
  524. \else\tclose{\look}\fi
  525. \else\tclose{\look}\fi}
  526. % Typeset a dimension, e.g., `in' or `pt'.  The only reason for the
  527. % argument is to make the input look right: @dmn{pt} instead of
  528. % @dmn{}pt.
  529. \def\dmn#1{\thinspace #1}
  530. \def\kbd#1{\def\look{#1}\expandafter\kbdfoo\look??\par}
  531. \def\l#1{{\li #1}\null}        % 
  532. \def\r#1{{\rm #1}}        % roman font
  533. % Use of \lowercase was suggested.
  534. \def\sc#1{{\smallcaps#1}}    % smallcaps font
  535. \def\ii#1{{\it #1}}        % italic font
  536. \message{page headings,}
  537. \newskip\titlepagetopglue \titlepagetopglue = 1.5in
  538. \newskip\titlepagebottomglue \titlepagebottomglue = 2pc
  539. % First the title page.  Must do @settitle before @titlepage.
  540. \def\titlefont#1{{\titlerm #1}}
  541. \newtoks\realeverypar
  542. \newif\ifseenauthor
  543. \newif\iffinishedtitlepage
  544. \def\titlepage{\begingroup \parindent=0pt \textfonts
  545.    \let\subtitlerm=\tenrm
  546. % I deinstalled the following change because \cmr12 is undefined.
  547. % This change was not in the ChangeLog anyway.  --rms.
  548. %   \let\subtitlerm=\cmr12
  549.    \def\subtitlefont{\subtitlerm \normalbaselineskip = 13pt \normalbaselines}%
  550.    \def\authorfont{\authorrm \normalbaselineskip = 16pt \normalbaselines}%
  551.    % Leave some space at the very top of the page.
  552.    \vglue\titlepagetopglue
  553.    % Now you can print the title using @title.
  554.    \def\title{\parsearg\titlezzz}%
  555.    \def\titlezzz##1{\leftline{\titlefont{##1}}
  556.             % print a rule at the page bottom also.
  557.             \finishedtitlepagefalse
  558.             \vskip4pt \hrule height 4pt \vskip4pt}%
  559.    % No rule at page bottom unless we print one at the top with @title.
  560.    \finishedtitlepagetrue
  561.    % Now you can put text using @subtitle.
  562.    \def\subtitle{\parsearg\subtitlezzz}%
  563.    \def\subtitlezzz##1{{\subtitlefont \rightline{##1}}}%
  564.    % @author should come last, but may come many times.
  565.    \def\author{\parsearg\authorzzz}%
  566.    \def\authorzzz##1{\ifseenauthor\else\vskip 0pt plus 1filll\seenauthortrue\fi
  567.       {\authorfont \leftline{##1}}}%
  568.    %  
  569.    % Most title ``pages'' are actually two pages long, with space
  570.    % at the top of the second.  We don't want the ragged left on the second.
  571.    \let\oldpage = \page
  572.    \def\page{%
  573.       \iffinishedtitlepage\else
  574.      \finishtitlepage
  575.       \fi
  576.       \oldpage
  577.       \let\page = \oldpage
  578.       \hbox{}}%
  579. %   \def\page{\oldpage \hbox{}}
  580. \def\Etitlepage{%
  581.    \iffinishedtitlepage\else
  582.       \finishtitlepage
  583.    \fi
  584.    % It is important to do the page break before ending the group,
  585.    % because the headline and footline are only empty inside the group.
  586.    % If we use the new definition of \page, we always get a blank page
  587.    % after the title page, which we certainly don't want.
  588.    \oldpage
  589.    \endgroup
  590.    \HEADINGSon
  591. \def\finishtitlepage{%
  592.    \vskip4pt \hrule height 2pt
  593.    \vskip\titlepagebottomglue
  594.    \finishedtitlepagetrue
  595. %%% Set up page headings and footings.
  596. \let\thispage=\folio
  597. \newtoks \evenheadline    % Token sequence for heading line of even pages
  598. \newtoks \oddheadline     % Token sequence for heading line of odd pages
  599. \newtoks \evenfootline    % Token sequence for footing line of even pages
  600. \newtoks \oddfootline     % Token sequence for footing line of odd pages
  601. % Now make Tex use those variables
  602. \headline={{\textfonts\rm \ifodd\pageno \the\oddheadline
  603.                             \else \the\evenheadline \fi}}
  604. \footline={{\textfonts\rm \ifodd\pageno \the\oddfootline
  605.                             \else \the\evenfootline \fi}\HEADINGShook}
  606. \let\HEADINGShook=\relax
  607. % Commands to set those variables.
  608. % For example, this is what  @headings on  does
  609. % @evenheading @thistitle|@thispage|@thischapter
  610. % @oddheading @thischapter|@thispage|@thistitle
  611. % @evenfooting @thisfile||
  612. % @oddfooting ||@thisfile
  613. \def\evenheading{\parsearg\evenheadingxxx}
  614. \def\oddheading{\parsearg\oddheadingxxx}
  615. \def\everyheading{\parsearg\everyheadingxxx}
  616. \def\evenfooting{\parsearg\evenfootingxxx}
  617. \def\oddfooting{\parsearg\oddfootingxxx}
  618. \def\everyfooting{\parsearg\everyfootingxxx}
  619. {\catcode`\@=0 %
  620. \gdef\evenheadingxxx #1{\evenheadingyyy #1@|@|@|@|\finish}
  621. \gdef\evenheadingyyy #1@|#2@|#3@|#4\finish{%
  622. \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  623. \gdef\oddheadingxxx #1{\oddheadingyyy #1@|@|@|@|\finish}
  624. \gdef\oddheadingyyy #1@|#2@|#3@|#4\finish{%
  625. \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  626. \gdef\everyheadingxxx #1{\everyheadingyyy #1@|@|@|@|\finish}
  627. \gdef\everyheadingyyy #1@|#2@|#3@|#4\finish{%
  628. \global\evenheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
  629. \global\oddheadline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  630. \gdef\evenfootingxxx #1{\evenfootingyyy #1@|@|@|@|\finish}
  631. \gdef\evenfootingyyy #1@|#2@|#3@|#4\finish{%
  632. \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  633. \gdef\oddfootingxxx #1{\oddfootingyyy #1@|@|@|@|\finish}
  634. \gdef\oddfootingyyy #1@|#2@|#3@|#4\finish{%
  635. \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  636. \gdef\everyfootingxxx #1{\everyfootingyyy #1@|@|@|@|\finish}
  637. \gdef\everyfootingyyy #1@|#2@|#3@|#4\finish{%
  638. \global\evenfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}
  639. \global\oddfootline={\rlap{\centerline{#2}}\line{#1\hfil#3}}}
  640. }% unbind the catcode of @.
  641. % @headings double    turns headings on for double-sided printing.
  642. % @headings single    turns headings on for single-sided printing.
  643. % @headings off        turns them off.
  644. % @headings on        same as @headings double, retained for compatibility.
  645. % @headings after    turns on double-sided headings after this page.
  646. % @headings doubleafter    turns on double-sided headings after this page.
  647. % @headings singleafter turns on single-sided headings after this page.
  648. % By default, they are off.
  649. \def\headings #1 {\csname HEADINGS#1\endcsname}
  650. \def\HEADINGSoff{
  651. \global\evenheadline={\hfil} \global\evenfootline={\hfil}
  652. \global\oddheadline={\hfil} \global\oddfootline={\hfil}}
  653. \HEADINGSoff
  654. % When we turn headings on, set the page number to 1.
  655. % For double-sided printing, put current file name in lower left corner,
  656. % chapter name on inside top of right hand pages, document
  657. % title on inside top of left hand pages, and page numbers on outside top
  658. % edge of all pages.
  659. \def\HEADINGSdouble{
  660. %\pagealignmacro
  661. \global\pageno=1
  662. \global\evenfootline={\hfil}
  663. \global\oddfootline={\hfil}
  664. \global\evenheadline={\line{\folio\hfil\thistitle}}
  665. \global\oddheadline={\line{\thischapter\hfil\folio}}
  666. % For single-sided printing, chapter title goes across top left of page,
  667. % page number on top right.
  668. \def\HEADINGSsingle{
  669. %\pagealignmacro
  670. \global\pageno=1
  671. \global\evenfootline={\hfil}
  672. \global\oddfootline={\hfil}
  673. \global\evenheadline={\line{\thischapter\hfil\folio}}
  674. \global\oddheadline={\line{\thischapter\hfil\folio}}
  675. \def\HEADINGSon{\HEADINGSdouble}
  676. \def\HEADINGSafter{\let\HEADINGShook=\HEADINGSdoublex}
  677. \let\HEADINGSdoubleafter=\HEADINGSafter
  678. \def\HEADINGSdoublex{%
  679. \global\evenfootline={\hfil}
  680. \global\oddfootline={\hfil}
  681. \global\evenheadline={\line{\folio\hfil\thistitle}}
  682. \global\oddheadline={\line{\thischapter\hfil\folio}}
  683. \def\HEADINGSsingleafter{\let\HEADINGShook=\HEADINGSsinglex}
  684. \def\HEADINGSsinglex{%
  685. \global\evenfootline={\hfil}
  686. \global\oddfootline={\hfil}
  687. \global\evenheadline={\line{\thischapter\hfil\folio}}
  688. \global\oddheadline={\line{\thischapter\hfil\folio}}
  689. % Subroutines used in generating headings
  690. % Produces Day Month Year style of output.
  691. \def\today{\number\day\space
  692. \ifcase\month\or
  693. January\or February\or March\or April\or May\or June\or
  694. July\or August\or September\or October\or November\or December\fi
  695. \space\number\year}
  696. % Use this if you want the Month Day, Year style of output.
  697. %\def\today{\ifcase\month\or
  698. %January\or February\or March\or April\or May\or June\or
  699. %July\or August\or September\or October\or November\or December\fi
  700. %\space\number\day, \number\year}
  701. % @settitle line...  specifies the title of the document, for headings
  702. % It generates no output of its own
  703. \def\thistitle{No Title}
  704. \def\settitle{\parsearg\settitlezzz}
  705. \def\settitlezzz #1{\gdef\thistitle{#1}}
  706. \message{tables,}
  707. % @tabs -- simple alignment
  708. % These don't work.  For one thing, \+ is defined as outer.
  709. % So these macros cannot even be defined.
  710. %\def\tabs{\parsearg\tabszzz}
  711. %\def\tabszzz #1{\settabs\+#1\cr}
  712. %\def\tabline{\parsearg\tablinezzz}
  713. %\def\tablinezzz #1{\+#1\cr}
  714. %\def\&{&}
  715. % Tables -- @table, @ftable, @item(x), @kitem(x), @xitem(x).
  716. % default indentation of table text
  717. \newdimen\tableindent \tableindent=.8in
  718. % default indentation of @itemize and @enumerate text
  719. \newdimen\itemindent  \itemindent=.3in
  720. % margin between end of table item and start of table text.
  721. \newdimen\itemmargin  \itemmargin=.1in
  722. % used internally for \itemindent minus \itemmargin
  723. \newdimen\itemmax
  724. % Note @table and @ftable define @item, @itemx, etc., with these defs.
  725. % They also define \itemindex
  726. % to index the item name in whatever manner is desired (perhaps none).
  727. \def\internalBitem{\smallbreak \parsearg\itemzzz}
  728. \def\internalBitemx{\par \parsearg\itemzzz}
  729. \def\internalBxitem "#1"{\def\xitemsubtopix{#1} \smallbreak \parsearg\xitemzzz}
  730. \def\internalBxitemx "#1"{\def\xitemsubtopix{#1} \par \parsearg\xitemzzz}
  731. \def\internalBkitem{\smallbreak \parsearg\kitemzzz}
  732. \def\internalBkitemx{\par \parsearg\kitemzzz}
  733. \def\kitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \lastfunction}}%
  734.                  \itemzzz {#1}}
  735. \def\xitemzzz #1{\dosubind {kw}{\code{#1}}{for {\bf \xitemsubtopic}}%
  736.                  \itemzzz {#1}}
  737. \def\itemzzz #1{\begingroup %
  738.   \advance\hsize by -\rightskip
  739.   \advance\hsize by -\tableindent
  740.   \setbox0=\hbox{\itemfont{#1}}%
  741.   \itemindex{#1}%
  742.   \nobreak % This prevents a break before @itemx.
  743.   % Be sure we are not still in the middle of a paragraph.
  744.   \parskip=0in
  745.   \par
  746.   % If the item text does not fit in the space we have, put it on a line
  747.   % by itself, and do not allow a page break either before or after that
  748.   % line.  We do not start a paragraph here because then if the next
  749.   % command is, e.g., @kindex, the whatsit would get put into the
  750.   % horizontal list on a line by itself, resulting in extra blank space.
  751.   \ifdim \wd0>\itemmax
  752.     \setbox0=\hbox{\hskip \leftskip \hskip -\tableindent \unhbox0}\box0
  753.     \nobreak
  754.   \else
  755.     % The item text fits into the space.  Start a paragraph, so that the
  756.     % following text (if any) will end up on the same line.  Since that
  757.     % text will be indented by \tableindent, we make the item text be in
  758.     % a zero-width box.
  759.     \noindent
  760.     \rlap{\hskip -\tableindent\box0}%
  761.   \fi
  762.   \endgroup
  763. \def\item{\errmessage{@item while not in a table}}
  764. \def\itemx{\errmessage{@itemx while not in a table}}
  765. \def\kitem{\errmessage{@kitem while not in a table}}
  766. \def\kitemx{\errmessage{@kitemx while not in a table}}
  767. \def\xitem{\errmessage{@xitem while not in a table}}
  768. \def\xitemx{\errmessage{@xitemx while not in a table}}
  769. %% Contains a kludge to get @end[description] to work
  770. \def\description{\tablez{\dontindex}{1}{}{}{}{}}
  771. \def\table{\begingroup\inENV\obeylines\obeyspaces\tablex}
  772. {\obeylines\obeyspaces%
  773. \gdef\tablex #1^^M{%
  774. \tabley\dontindex#1        \endtabley}}
  775. \def\ftable{\begingroup\inENV\obeylines\obeyspaces\ftablex}
  776. {\obeylines\obeyspaces%
  777. \gdef\ftablex #1^^M{%
  778. \tabley\fnitemindex#1        \endtabley
  779. \def\Eftable{\endgraf\endgroup\afterenvbreak}%
  780. \let\Etable=\relax}}
  781. \def\dontindex #1{}
  782. \def\fnitemindex #1{\doind {fn}{\code{#1}}}%
  783. {\obeyspaces %
  784. \gdef\tabley#1#2 #3 #4 #5 #6 #7\endtabley{\endgroup%
  785. \tablez{#1}{#2}{#3}{#4}{#5}{#6}}}
  786. \def\tablez #1#2#3#4#5#6{%
  787. \aboveenvbreak %
  788. \begingroup %
  789. \def\Edescription{\Etable}% Neccessary kludge.
  790. \let\itemindex=#1%
  791. \ifnum 0#3>0 \advance \leftskip by #3\mil \fi %
  792. \ifnum 0#4>0 \tableindent=#4\mil \fi %
  793. \ifnum 0#5>0 \advance \rightskip by #5\mil \fi %
  794. \def\itemfont{#2}%
  795. \itemmax=\tableindent %
  796. \advance \itemmax by -\itemmargin %
  797. \advance \leftskip by \tableindent %
  798. \parindent = 0pt
  799. \parskip = \smallskipamount
  800. \ifdim \parskip=0pt \parskip=2pt \fi%
  801. \def\Etable{\endgraf\endgroup\afterenvbreak}%
  802. \let\item = \internalBitem %
  803. \let\itemx = \internalBitemx %
  804. \let\kitem = \internalBkitem %
  805. \let\kitemx = \internalBkitemx %
  806. \let\xitem = \internalBxitem %
  807. \let\xitemx = \internalBxitemx %
  808. % This is the counter used by @enumerate, which is really @itemize
  809. \newcount \itemno
  810. \def\itemize{\parsearg\itemizezzz}
  811. \def\itemizezzz #1{%
  812.   \begingroup % ended by the @end itemsize
  813.   \itemizey {#1}{\Eitemize}
  814. \def\itemizey #1#2{%
  815. \aboveenvbreak %
  816. \itemmax=\itemindent %
  817. \advance \itemmax by -\itemmargin %
  818. \advance \leftskip by \itemindent %
  819. \parindent = 0pt %
  820. \parskip = \smallskipamount %
  821. \ifdim \parskip=0pt \parskip=2pt \fi%
  822. \def#2{\endgraf\endgroup\afterenvbreak}%
  823. \def\itemcontents{#1}%
  824. \let\item=\itemizeitem}
  825. \def\bullet{$\ptexbullet$}
  826. \def\minus{$-$}
  827. % Set sfcode to normal for the chars that usually have another value.
  828. % These are `.?!:;,'
  829. \def\frenchspacing{\sfcode46=1000 \sfcode63=1000 \sfcode33=1000
  830.   \sfcode58=1000 \sfcode59=1000 \sfcode44=1000 }
  831. % \splitoff TOKENS\endmark defines \first to be the first token in
  832. % TOKENS, and \rest to be the remainder.
  833. \def\splitoff#1#2\endmark{\def\first{#1}\def\rest{#2}}%
  834. % Allow an optional argument of an uppercase letter, lowercase letter,
  835. % or number, to specify the first label in the enumerated list.  No
  836. % argument is the same as `1'.
  837. \def\enumerate{\parsearg\enumeratezzz}
  838. \def\enumeratezzz #1{\enumeratey #1  \endenumeratey}
  839. \def\enumeratey #1 #2\endenumeratey{%
  840.   \begingroup % ended by the @end enumerate
  841.   % If we were given no argument, pretend we were given `1'.
  842.   \def\thearg{#1}%
  843.   \ifx\thearg\empty \def\thearg{1}\fi
  844.   % Detect if the argument is a single token.  If so, it might be a
  845.   % letter.  Otherwise, the only valid thing it can be is a number.
  846.   % (We will always have one token, because of the test we just made.
  847.   % This is a good thing, since \splitoff doesn't work given nothing at
  848.   % all -- the first parameter is undelimited.)
  849.   \expandafter\splitoff\thearg\endmark
  850.   \ifx\rest\empty
  851.     % Only one token in the argument.  It could still be anything.
  852.     % A ``lowercase letter'' is one whose \lccode is nonzero.
  853.     % An ``uppercase letter'' is one whose \lccode is both nonzero, and
  854.     %   not equal to itself.
  855.     % Otherwise, we assume it's a number.
  856.     % 
  857.     % We need the \relax at the end of the \ifnum lines to stop TeX from
  858.     % continuing to look for a <number>.
  859.     % 
  860.     \ifnum\lccode\expandafter`\thearg=0\relax 
  861.       \numericenumerate % a number (we hope)
  862.     \else
  863.       % It's a letter.
  864.       \ifnum\lccode\expandafter`\thearg=\expandafter`\thearg\relax
  865.         \lowercaseenumerate % lowercase letter
  866.       \else
  867.         \uppercaseenumerate % uppercase letter
  868.       \fi
  869.     \fi
  870.   \else
  871.     % Multiple tokens in the argument.  We hope it's a number.
  872.     \numericenumerate
  873.   \fi
  874. % An @enumerate whose labels are integers.  The starting integer is
  875. % given in \thearg.
  876. \def\numericenumerate{%
  877.   \itemno = \thearg
  878.   \startenumeration{\the\itemno}%
  879. % The starting (lowercase) letter is in \thearg.
  880. \def\lowercaseenumerate{%
  881.   \itemno = \expandafter`\thearg
  882.   \startenumeration{%
  883.     % Be sure we're not beyond the end of the alphabet.
  884.     \ifnum\itemno=0
  885.       \errmessage{No more lowercase letters in @enumerate; get a bigger
  886.                   alphabet}%
  887.     \fi
  888.     \char\lccode\itemno
  889. % The starting (uppercase) letter is in \thearg.
  890. \def\uppercaseenumerate{%
  891.   \itemno = \expandafter`\thearg
  892.   \startenumeration{%
  893.     % Be sure we're not beyond the end of the alphabet.
  894.     \ifnum\itemno=0
  895.       \errmessage{No more uppercase letters in @enumerate; get a bigger
  896.                   alphabet}
  897.     \fi
  898.     \char\uccode\itemno
  899. % Call itemizey, adding a period to the first argument and supplying the
  900. % common last two arguments.  Also subtract one from the initial value in
  901. % \itemno, since @item increments \itemno.
  902. \def\startenumeration#1{%
  903.   \advance\itemno by -1
  904.   \itemizey{#1.}\Eenumerate\flushcr
  905. % @alphaenumerate and @capsenumerate are abbreviations for giving an arg
  906. % to @enumerate.
  907. \def\alphaenumerate{\enumerate{a}}
  908. \def\capsenumerate{\enumerate{A}}
  909. \def\Ealphaenumerate{\Eenumerate}
  910. \def\Ecapsenumerate{\Eenumerate}
  911. % Definition of @item while inside @itemize.
  912. \def\itemizeitem{%
  913. \advance\itemno by 1
  914. {\let\par=\endgraf \smallbreak}%
  915. \ifhmode \errmessage{\in hmode at itemizeitem}\fi
  916. {\parskip=0in \hskip 0pt
  917. \hbox to 0pt{\hss \itemcontents\hskip \itemmargin}%
  918. \vadjust{\penalty 1200}}%
  919. \flushcr}
  920. \message{indexing,}
  921. % Index generation facilities
  922. % Define \newwrite to be identical to plain tex's \newwrite
  923. % except not \outer, so it can be used within \newindex.
  924. {\catcode`\@=11
  925. \gdef\newwrite{\alloc@7\write\chardef\sixt@@n}}
  926. % \newindex {foo} defines an index named foo.
  927. % It automatically defines \fooindex such that
  928. % \fooindex ...rest of line... puts an entry in the index foo.
  929. % It also defines \fooindfile to be the number of the output channel for
  930. % the file that    accumulates this index.  The file's extension is foo.
  931. % The name of an index should be no more than 2 characters long
  932. % for the sake of vms.
  933. \def\newindex #1{
  934. \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
  935. \openout \csname#1indfile\endcsname \jobname.#1    % Open the file
  936. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  937. \noexpand\doindex {#1}}
  938. % @defindex foo  ==  \newindex{foo}
  939. \def\defindex{\parsearg\newindex}
  940. % Define @defcodeindex, like @defindex except put all entries in @code.
  941. \def\newcodeindex #1{
  942. \expandafter\newwrite \csname#1indfile\endcsname% Define number for output file
  943. \openout \csname#1indfile\endcsname \jobname.#1    % Open the file
  944. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  945. \noexpand\docodeindex {#1}}
  946. \def\defcodeindex{\parsearg\newcodeindex}
  947. % @synindex foo bar    makes index foo feed into index bar.
  948. % Do this instead of @defindex foo if you don't want it as a separate index.
  949. \def\synindex #1 #2 {%
  950. \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
  951. \expandafter\let\csname#1indfile\endcsname=\synindexfoo
  952. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  953. \noexpand\doindex {#2}}%
  954. % @syncodeindex foo bar   similar, but put all entries made for index foo
  955. % inside @code.
  956. \def\syncodeindex #1 #2 {%
  957. \expandafter\let\expandafter\synindexfoo\expandafter=\csname#2indfile\endcsname
  958. \expandafter\let\csname#1indfile\endcsname=\synindexfoo
  959. \expandafter\xdef\csname#1index\endcsname{%    % Define \xxxindex
  960. \noexpand\docodeindex {#2}}%
  961. % Define \doindex, the driver for all \fooindex macros.
  962. % Argument #1 is generated by the calling \fooindex macro,
  963. %  and it is "foo", the name of the index.
  964. % \doindex just uses \parsearg; it calls \doind for the actual work.
  965. % This is because \doind is more useful to call from other macros.
  966. % There is also \dosubind {index}{topic}{subtopic}
  967. % which makes an entry in a two-level index such as the operation index.
  968. \def\doindex#1{\edef\indexname{#1}\parsearg\singleindexer}
  969. \def\singleindexer #1{\doind{\indexname}{#1}}
  970. % like the previous two, but they put @code around the argument.
  971. \def\docodeindex#1{\edef\indexname{#1}\parsearg\singlecodeindexer}
  972. \def\singlecodeindexer #1{\doind{\indexname}{\code{#1}}}
  973. \def\indexdummies{%
  974. \def\_{{\realbackslash _}}%
  975. \def\w{\realbackslash w }%
  976. \def\bf{\realbackslash bf }%
  977. \def\rm{\realbackslash rm }%
  978. \def\sl{\realbackslash sl }%
  979. \def\sf{\realbackslash sf}%
  980. \def\tt{\realbackslash tt}%
  981. \def\gtr{\realbackslash gtr}%
  982. \def\less{\realbackslash less}%
  983. \def\hat{\realbackslash hat}%
  984. \def\char{\realbackslash char}%
  985. \def\TeX{\realbackslash TeX}%
  986. \def\dots{\realbackslash dots }%
  987. \def\copyright{\realbackslash copyright }%
  988. \def\tclose##1{\realbackslash tclose {##1}}%
  989. \def\code##1{\realbackslash code {##1}}%
  990. \def\samp##1{\realbackslash samp {##1}}%
  991. \def\t##1{\realbackslash r {##1}}%
  992. \def\r##1{\realbackslash r {##1}}%
  993. \def\i##1{\realbackslash i {##1}}%
  994. \def\b##1{\realbackslash b {##1}}%
  995. \def\cite##1{\realbackslash cite {##1}}%
  996. \def\key##1{\realbackslash key {##1}}%
  997. \def\file##1{\realbackslash file {##1}}%
  998. \def\var##1{\realbackslash var {##1}}%
  999. \def\kbd##1{\realbackslash kbd {##1}}%
  1000. % \indexnofonts no-ops all font-change commands.
  1001. % This is used when outputting the strings to sort the index by.
  1002. \def\indexdummyfont#1{#1}
  1003. \def\indexdummytex{TeX}
  1004. \def\indexdummydots{...}
  1005. \def\indexnofonts{%
  1006. \let\w=\indexdummyfont
  1007. \let\t=\indexdummyfont
  1008. \let\r=\indexdummyfont
  1009. \let\i=\indexdummyfont
  1010. \let\b=\indexdummyfont
  1011. \let\emph=\indexdummyfont
  1012. \let\strong=\indexdummyfont
  1013. \let\cite=\indexdummyfont
  1014. \let\sc=\indexdummyfont
  1015. %Don't no-op \tt, since it isn't a user-level command
  1016. % and is used in the definitions of the active chars like <, >, |...
  1017. %\let\tt=\indexdummyfont
  1018. \let\tclose=\indexdummyfont
  1019. \let\code=\indexdummyfont
  1020. \let\file=\indexdummyfont
  1021. \let\samp=\indexdummyfont
  1022. \let\kbd=\indexdummyfont
  1023. \let\key=\indexdummyfont
  1024. \let\var=\indexdummyfont
  1025. \let\TeX=\indexdummytex
  1026. \let\dots=\indexdummydots
  1027. % To define \realbackslash, we must make \ not be an escape.
  1028. % We must first make another character (@) an escape
  1029. % so we do not become unable to do a definition.
  1030. {\catcode`\@=0 \catcode`\\=\other
  1031. @gdef@realbackslash{\}}
  1032. \let\indexbackslash=0  %overridden during \printindex.
  1033. \def\doind #1#2{%
  1034. {\count10=\lastpenalty %
  1035. {\indexdummies % Must do this here, since \bf, etc expand at this stage
  1036. \escapechar=`\\%
  1037. {\let\folio=0% Expand all macros now EXCEPT \folio
  1038. \def\rawbackslashxx{\indexbackslash}% \indexbackslash isn't defined now
  1039. % so it will be output as is; and it will print as backslash in the indx.
  1040. % Now process the index-string once, with all font commands turned off,
  1041. % to get the string to sort the index by.
  1042. {\indexnofonts
  1043. \xdef\temp1{#2}%
  1044. % Now produce the complete index entry.  We process the index-string again,
  1045. % this time with font commands expanded, to get what to print in the index.
  1046. \edef\temp{%
  1047. \write \csname#1indfile\endcsname{%
  1048. \realbackslash entry {\temp1}{\folio}{#2}}}%
  1049. \temp }%
  1050. }\penalty\count10}}
  1051. \def\dosubind #1#2#3{%
  1052. {\count10=\lastpenalty %
  1053. {\indexdummies % Must do this here, since \bf, etc expand at this stage
  1054. \escapechar=`\\%
  1055. {\let\folio=0%
  1056. \def\rawbackslashxx{\indexbackslash}%
  1057. % Now process the index-string once, with all font commands turned off,
  1058. % to get the string to sort the index by.
  1059. {\indexnofonts
  1060. \xdef\temp1{#2 #3}%
  1061. % Now produce the complete index entry.  We process the index-string again,
  1062. % this time with font commands expanded, to get what to print in the index.
  1063. \edef\temp{%
  1064. \write \csname#1indfile\endcsname{%
  1065. \realbackslash entry {\temp1}{\folio}{#2}{#3}}}%
  1066. \temp }%
  1067. }\penalty\count10}}
  1068. % The index entry written in the file actually looks like
  1069. %  \entry {sortstring}{page}{topic}
  1070. %  \entry {sortstring}{page}{topic}{subtopic}
  1071. % The texindex program reads in these files and writes files
  1072. % containing these kinds of lines:
  1073. %  \initial {c}
  1074. %     before the first topic whose initial is c
  1075. %  \entry {topic}{pagelist}
  1076. %     for a topic that is used without subtopics
  1077. %  \primary {topic}
  1078. %     for the beginning of a topic that is used with subtopics
  1079. %  \secondary {subtopic}{pagelist}
  1080. %     for each subtopic.
  1081. % Define the user-accessible indexing commands 
  1082. % @findex, @vindex, @kindex, @cindex.
  1083. \def\findex {\fnindex}
  1084. \def\kindex {\kyindex}
  1085. \def\cindex {\cpindex}
  1086. \def\vindex {\vrindex}
  1087. \def\tindex {\tpindex}
  1088. \def\pindex {\pgindex}
  1089. \def\cindexsub {\begingroup\obeylines\cindexsub}
  1090. {\obeylines %
  1091. \gdef\cindexsub "#1" #2^^M{\endgroup %
  1092. \dosubind{cp}{#2}{#1}}}
  1093. % Define the macros used in formatting output of the sorted index material.
  1094. % This is what you call to cause a particular index to get printed.
  1095. % Write
  1096. % @unnumbered Function Index
  1097. % @printindex fn
  1098. \def\printindex{\parsearg\doprintindex}
  1099. \def\doprintindex#1{%
  1100.   \tex
  1101.   \dobreak \chapheadingskip {10000}
  1102.   \catcode`\%=\other\catcode`\&=\other\catcode`\#=\other
  1103.   \catcode`\$=\other\catcode`\_=\other
  1104.   \catcode`\~=\other
  1105.   % The following don't help, since the chars were translated
  1106.   % when the raw index was written, and their fonts were discarded
  1107.   % due to \indexnofonts.
  1108.   %\catcode`\"=\active
  1109.   %\catcode`\^=\active
  1110.   %\catcode`\_=\active
  1111.   %\catcode`\|=\active
  1112.   %\catcode`\<=\active
  1113.   %\catcode`\>=\active
  1114.   % %
  1115.   \def\indexbackslash{\rawbackslashxx}
  1116.   \indexfonts\rm \tolerance=9500 \advance\baselineskip -1pt
  1117.   \begindoublecolumns
  1118.   % See if the index file exists and is nonempty.
  1119.   \openin 1 \jobname.#1s
  1120.   \ifeof 1 
  1121.     % \enddoublecolumns gets confused if there is no text in the index,
  1122.     % and it loses the chapter title and the aux file entries for the
  1123.     % index.  The easiest way to prevent this problem is to make sure
  1124.     % there is some text.
  1125.     (Index is nonexistent)
  1126.     \else
  1127.     %
  1128.     % If the index file exists but is empty, then \openin leaves \ifeof
  1129.     % false.  We have to make TeX try to read something from the file, so
  1130.     % it can discover if there is anything in it.
  1131.     \read 1 to \temp
  1132.     \ifeof 1
  1133.       (Index is empty)
  1134.     \else
  1135.       \input \jobname.#1s
  1136.     \fi
  1137.   \fi
  1138.   \closein 1
  1139.   \enddoublecolumns
  1140.   \Etex
  1141. % These macros are used by the sorted index file itself.
  1142. % Change them to control the appearance of the index.
  1143. % Same as \bigskipamount except no shrink.
  1144. % \balancecolumns gets confused if there is any shrink.
  1145. \newskip\initialskipamount \initialskipamount 12pt plus4pt
  1146. \def\initial #1{%
  1147. {\let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
  1148. \ifdim\lastskip<\initialskipamount
  1149. \removelastskip \penalty-200 \vskip \initialskipamount\fi
  1150. \line{\secbf#1\hfill}\kern 2pt\penalty10000}}
  1151. \def\entry #1#2{\begingroup
  1152.   \parfillskip=0in \parskip=0in \parindent=0in
  1153.   % \hangindent is only relevant when the page number and the entry text
  1154.   % don't fit on one line.  In that case, bob suggests starting the dots
  1155.   % pretty far over on the line.
  1156.   % \hangafter is reset to 1 at the start of each paragraph.
  1157.   \hangindent=.75\hsize
  1158.   \noindent
  1159.   % Don't break the text of the index entry.
  1160.   \hbox{#1}%
  1161.   % If we must, put the page number on a line of its own, and fill out
  1162.   % this line with blank space.  (The \hfil is overwhelmed with the
  1163.   % fill leaders glue in \indexdotfill if the page number does fit.)
  1164.   \hfil\penalty50
  1165.   \null\nobreak\indexdotfill % Have leaders before the page number.
  1166.   % The `\ ' here is removed by the implicit \unskip that TeX does as
  1167.   % part of (the primitive) \par.  Without, a spurious underfull \hbox ensues.
  1168.   \ #2% The page number ends the paragraph.
  1169.   \par
  1170. \endgroup}
  1171. % Like \dotfill except takes at least 1 em.
  1172. \def\indexdotfill{\cleaders
  1173.   \hbox{$\mathsurround=0pt \mkern1.5mu . \mkern1.5mu$}\hskip 1em plus 1fill}
  1174. \def\primary #1{\line{#1\hfil}}
  1175. \newskip\secondaryindent \secondaryindent=0.5cm
  1176. \def\secondary #1#2{
  1177. {\parfillskip=0in \parskip=0in
  1178. \hangindent =1in \hangafter=1
  1179. \noindent\hskip\secondaryindent\hbox{#1}\indexdotfill #2\par
  1180. %% Define two-column mode, which is used in indexes.
  1181. %% Adapted from the TeXBook, page 416
  1182. \catcode `\@=11
  1183. \newbox\partialpage
  1184. \newdimen\doublecolumnhsize  \doublecolumnhsize = 3.11in
  1185. \newdimen\doublecolumnvsize  \doublecolumnvsize = 19.1in
  1186. \newdimen\availdimen@
  1187. \def\begindoublecolumns{\begingroup
  1188.   \output={\global\setbox\partialpage=
  1189.     \vbox{\unvbox255\kern -\topskip \kern \baselineskip}}\eject
  1190.   \output={\doublecolumnout}%
  1191.   \hsize=\doublecolumnhsize \vsize=\doublecolumnvsize}
  1192. \def\enddoublecolumns{\output={\balancecolumns}\eject
  1193.   \endgroup \pagegoal=\vsize}
  1194. \def\doublecolumnout{\splittopskip=\topskip \splitmaxdepth=\maxdepth
  1195.   \dimen@=\pageheight \advance\dimen@ by-\ht\partialpage
  1196.   \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
  1197.   \onepageout\pagesofar \unvbox255 \penalty\outputpenalty}
  1198. \def\pagesofar{\unvbox\partialpage %
  1199.   \hsize=\doublecolumnhsize % have to restore this since output routine
  1200. %          changes it to set cropmarks (P. A. MacKay, 12 Nov. 1986)
  1201.   \wd0=\hsize \wd2=\hsize \hbox to\pagewidth{\box0\hfil\box2}}
  1202. \def\balancecolumns{%
  1203. % Unset the glue.
  1204.   \setbox255=\vbox{\unvbox255}
  1205.   \dimen@=\ht255
  1206.   \advance\dimen@ by\topskip \advance\dimen@ by-\baselineskip
  1207.   \divide\dimen@ by2
  1208.   \availdimen@=\pageheight \advance\availdimen@ by-\ht\partialpage
  1209. % If the remaining data is too big for one page,
  1210. % output one page normally, then work with what remains.
  1211.   \ifdim \dimen@>\availdimen@
  1212.      \splittopskip=\topskip \splitmaxdepth=\maxdepth
  1213.      \dimen@=\pageheight \advance\dimen@ by-\ht\partialpage
  1214.      \setbox0=\vsplit255 to\dimen@ \setbox2=\vsplit255 to\dimen@
  1215.      \onepageout\pagesofar
  1216. % Recompute size of what remains, in case we just output some of it.
  1217.   \dimen@=\ht255
  1218.   \advance\dimen@ by\topskip \advance\dimen@ by-\baselineskip
  1219.   \divide\dimen@ by2
  1220.   \fi
  1221.   \setbox0=\vbox{\unvbox255}
  1222.   \splittopskip=\topskip
  1223.   {\vbadness=10000 \loop \global\setbox3=\copy0
  1224.     \global\setbox1=\vsplit3 to\dimen@
  1225.     \ifdim\ht3>\dimen@ \global\advance\dimen@ by1pt \repeat}
  1226.   \setbox0=\vbox to\dimen@{\unvbox1}  \setbox2=\vbox to\dimen@{\unvbox3}
  1227.   \pagesofar}
  1228. \catcode `\@=\other
  1229. \message{sectioning,}
  1230. % Define chapters, sections, etc.
  1231. \newcount \chapno
  1232. \newcount \secno        \secno=0
  1233. \newcount \subsecno     \subsecno=0
  1234. \newcount \subsubsecno  \subsubsecno=0
  1235. % This counter is funny since it counts through charcodes of letters A, B, ...
  1236. \newcount \appendixno  \appendixno = `\@
  1237. \def\appendixletter{\char\the\appendixno}
  1238. \newwrite \contentsfile
  1239. % This is called from \setfilename.
  1240. \def\opencontents{\openout \contentsfile = \jobname.toc}
  1241. % Each @chapter defines this as the name of the chapter.
  1242. % page headings and footings can use it.  @section does likewise
  1243. \def\thischapter{} \def\thissection{}
  1244. \def\seccheck#1{\if \pageno<0 %
  1245. \errmessage{@#1 not allowed after generating table of contents}\fi
  1246. \def\chapternofonts{%
  1247. \let\rawbackslash=\relax%
  1248. \let\frenchspacing=\relax%
  1249. \def\result{\realbackslash result}
  1250. \def\equiv{\realbackslash equiv}
  1251. \def\expansion{\realbackslash expansion}
  1252. \def\print{\realbackslash print}
  1253. \def\TeX{\realbackslash TeX}
  1254. \def\dots{\realbackslash dots}
  1255. \def\copyright{\realbackslash copyright}
  1256. \def\tt{\realbackslash tt}
  1257. \def\bf{\realbackslash bf }
  1258. \def\w{\realbackslash w}
  1259. \def\less{\realbackslash less}
  1260. \def\gtr{\realbackslash gtr}
  1261. \def\hat{\realbackslash hat}
  1262. \def\char{\realbackslash char}
  1263. \def\tclose##1{\realbackslash tclose {##1}}
  1264. \def\code##1{\realbackslash code {##1}}
  1265. \def\samp##1{\realbackslash samp {##1}}
  1266. \def\r##1{\realbackslash r {##1}}
  1267. \def\b##1{\realbackslash b {##1}}
  1268. \def\key##1{\realbackslash key {##1}}
  1269. \def\file##1{\realbackslash file {##1}}
  1270. \def\kbd##1{\realbackslash kbd {##1}}
  1271. % These are redefined because @smartitalic wouldn't work inside xdef.
  1272. \def\i##1{\realbackslash i {##1}}
  1273. \def\cite##1{\realbackslash cite {##1}}
  1274. \def\var##1{\realbackslash var {##1}}
  1275. \def\emph##1{\realbackslash emph {##1}}
  1276. \def\dfn##1{\realbackslash dfn {##1}}
  1277. \def\thischaptername{No Chapter Title}
  1278. \outer\def\chapter{\parsearg\chapterzzz}
  1279. \def\chapterzzz #1{\seccheck{chapter}%
  1280. \secno=0 \subsecno=0 \subsubsecno=0
  1281. \global\advance \chapno by 1 \message{Chapter \the\chapno}%
  1282. \chapmacro {#1}{\the\chapno}%
  1283. \gdef\thissection{#1}%
  1284. \gdef\thischaptername{#1}%
  1285. % We don't substitute the actual chapter name into \thischapter
  1286. % because we don't want its macros evaluated now.
  1287. \xdef\thischapter{Chapter \the\chapno: \noexpand\thischaptername}%
  1288. {\chapternofonts%
  1289. \edef\temp{{\realbackslash chapentry {#1}{\the\chapno}{\noexpand\folio}}}%
  1290. \escapechar=`\\%
  1291. \write \contentsfile \temp  %
  1292. \donoderef %
  1293. \global\let\section = \numberedsec
  1294. \global\let\subsection = \numberedsubsec
  1295. \global\let\subsubsection = \numberedsubsubsec
  1296. \outer\def\appendix{\parsearg\appendixzzz}
  1297. \def\appendixzzz #1{\seccheck{appendix}%
  1298. \secno=0 \subsecno=0 \subsubsecno=0
  1299. \global\advance \appendixno by 1 \message{Appendix \appendixletter}%
  1300. \chapmacro {#1}{Appendix \appendixletter}%
  1301. \gdef\thissection{#1}%
  1302. \gdef\thischaptername{#1}%
  1303. \xdef\thischapter{Appendix \appendixletter: \noexpand\thischaptername}%
  1304. {\chapternofonts%
  1305. \edef\temp{{\realbackslash chapentry 
  1306.   {#1}{Appendix \appendixletter}{\noexpand\folio}}}%
  1307. \escapechar=`\\%
  1308. \write \contentsfile \temp  %
  1309. \appendixnoderef %
  1310. \global\let\section = \appendixsec
  1311. \global\let\subsection = \appendixsubsec
  1312. \global\let\subsubsection = \appendixsubsubsec
  1313. \outer\def\top{\parsearg\unnumberedzzz}
  1314. \outer\def\unnumbered{\parsearg\unnumberedzzz}
  1315. \def\unnumberedzzz #1{\seccheck{unnumbered}%
  1316. \secno=0 \subsecno=0 \subsubsecno=0 \message{(#1)}
  1317. \unnumbchapmacro {#1}%
  1318. \gdef\thischapter{#1}\gdef\thissection{#1}%
  1319. {\chapternofonts%
  1320. \edef\temp{{\realbackslash unnumbchapentry {#1}{\noexpand\folio}}}%
  1321. \escapechar=`\\%
  1322. \write \contentsfile \temp  %
  1323. \unnumbnoderef %
  1324. \global\let\section = \unnumberedsec
  1325. \global\let\subsection = \unnumberedsubsec
  1326. \global\let\subsubsection = \unnumberedsubsubsec
  1327. \outer\def\numberedsec{\parsearg\seczzz}
  1328. \def\seczzz #1{\seccheck{section}%
  1329. \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
  1330. \gdef\thissection{#1}\secheading {#1}{\the\chapno}{\the\secno}%
  1331. {\chapternofonts%
  1332. \edef\temp{{\realbackslash secentry %
  1333. {#1}{\the\chapno}{\the\secno}{\noexpand\folio}}}%
  1334. \escapechar=`\\%
  1335. \write \contentsfile \temp %
  1336. \donoderef %
  1337. \penalty 10000 %
  1338. \outer\def\appendixsection{\parsearg\appendixsectionzzz}
  1339. \outer\def\appendixsec{\parsearg\appendixsectionzzz}
  1340. \def\appendixsectionzzz #1{\seccheck{appendixsection}%
  1341. \subsecno=0 \subsubsecno=0 \global\advance \secno by 1 %
  1342. \gdef\thissection{#1}\secheading {#1}{\appendixletter}{\the\secno}%
  1343. {\chapternofonts%
  1344. \edef\temp{{\realbackslash secentry %
  1345. {#1}{\appendixletter}{\the\secno}{\noexpand\folio}}}%
  1346. \escapechar=`\\%
  1347. \write \contentsfile \temp %
  1348. \appendixnoderef %
  1349. \penalty 10000 %
  1350. \outer\def\unnumberedsec{\parsearg\unnumberedseczzz}
  1351. \def\unnumberedseczzz #1{\seccheck{unnumberedsec}%
  1352. \plainsecheading {#1}\gdef\thissection{#1}%
  1353. {\chapternofonts%
  1354. \edef\temp{{\realbackslash unnumbsecentry{#1}{\noexpand\folio}}}%
  1355. \escapechar=`\\%
  1356. \write \contentsfile \temp %
  1357. \unnumbnoderef %
  1358. \penalty 10000 %
  1359. \outer\def\numberedsubsec{\parsearg\numberedsubseczzz}
  1360. \def\numberedsubseczzz #1{\seccheck{subsection}%
  1361. \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
  1362. \subsecheading {#1}{\the\chapno}{\the\secno}{\the\subsecno}%
  1363. {\chapternofonts%
  1364. \edef\temp{{\realbackslash subsecentry %
  1365. {#1}{\the\chapno}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
  1366. \escapechar=`\\%
  1367. \write \contentsfile \temp %
  1368. \donoderef %
  1369. \penalty 10000 %
  1370. \outer\def\appendixsubsec{\parsearg\appendixsubseczzz}
  1371. \def\appendixsubseczzz #1{\seccheck{appendixsubsec}%
  1372. \gdef\thissection{#1}\subsubsecno=0 \global\advance \subsecno by 1 %
  1373. \subsecheading {#1}{\appendixletter}{\the\secno}{\the\subsecno}%
  1374. {\chapternofonts%
  1375. \edef\temp{{\realbackslash subsecentry %
  1376. {#1}{\appendixletter}{\the\secno}{\the\subsecno}{\noexpand\folio}}}%
  1377. \escapechar=`\\%
  1378. \write \contentsfile \temp %
  1379. \appendixnoderef %
  1380. \penalty 10000 %
  1381. \outer\def\unnumberedsubsec{\parsearg\unnumberedsubseczzz}
  1382. \def\unnumberedsubseczzz #1{\seccheck{unnumberedsubsec}%
  1383. \plainsecheading {#1}\gdef\thissection{#1}%
  1384. {\chapternofonts%
  1385. \edef\temp{{\realbackslash unnumbsubsecentry{#1}{\noexpand\folio}}}%
  1386. \escapechar=`\\%
  1387. \write \contentsfile \temp %
  1388. \unnumbnoderef %
  1389. \penalty 10000 %
  1390. \outer\def\numberedsubsubsec{\parsearg\numberedsubsubseczzz}
  1391. \def\numberedsubsubseczzz #1{\seccheck{subsubsection}%
  1392. \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
  1393. \subsubsecheading {#1}
  1394.   {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
  1395. {\chapternofonts%
  1396. \edef\temp{{\realbackslash subsubsecentry %
  1397.   {#1}
  1398.   {\the\chapno}{\the\secno}{\the\subsecno}{\the\subsubsecno}
  1399.   {\noexpand\folio}}}%
  1400. \escapechar=`\\%
  1401. \write \contentsfile \temp %
  1402. \donoderef %
  1403. \penalty 10000 %
  1404. \outer\def\appendixsubsubsec{\parsearg\appendixsubsubseczzz}
  1405. \def\appendixsubsubseczzz #1{\seccheck{appendixsubsubsec}%
  1406. \gdef\thissection{#1}\global\advance \subsubsecno by 1 %
  1407. \subsubsecheading {#1}
  1408.   {\appendixletter}{\the\secno}{\the\subsecno}{\the\subsubsecno}%
  1409. {\chapternofonts%
  1410. \edef\temp{{\realbackslash subsubsecentry{#1}%
  1411.   {\appendixletter}
  1412.   {\the\secno}{\the\subsecno}{\the\subsubsecno}{\noexpand\folio}}}%
  1413. \escapechar=`\\%
  1414. \write \contentsfile \temp %
  1415. \appendixnoderef %
  1416. \penalty 10000 %
  1417. \outer\def\unnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
  1418. \def\unnumberedsubsubseczzz #1{\seccheck{unnumberedsubsubsec}%
  1419. \plainsecheading {#1}\gdef\thissection{#1}%
  1420. {\chapternofonts%
  1421. \edef\temp{{\realbackslash unnumbsubsubsecentry{#1}{\noexpand\folio}}}%
  1422. \escapechar=`\\%
  1423. \write \contentsfile \temp %
  1424. \unnumbnoderef %
  1425. \penalty 10000 %
  1426. % These are variants which are not "outer", so they can appear in @ifinfo.
  1427. % Actually, they should now be obsolete; ordinary section commands should work.
  1428. \def\infotop{\parsearg\unnumberedzzz}
  1429. \def\infounnumbered{\parsearg\unnumberedzzz}
  1430. \def\infounnumberedsec{\parsearg\unnumberedseczzz}
  1431. \def\infounnumberedsubsec{\parsearg\unnumberedsubseczzz}
  1432. \def\infounnumberedsubsubsec{\parsearg\unnumberedsubsubseczzz}
  1433. \def\infoappendix{\parsearg\appendixzzz}
  1434. \def\infoappendixsec{\parsearg\appendixseczzz}
  1435. \def\infoappendixsubsec{\parsearg\appendixsubseczzz}
  1436. \def\infoappendixsubsubsec{\parsearg\appendixsubsubseczzz}
  1437. \def\infochapter{\parsearg\chapterzzz}
  1438. \def\infosection{\parsearg\sectionzzz}
  1439. \def\infosubsection{\parsearg\subsectionzzz}
  1440. \def\infosubsubsection{\parsearg\subsubsectionzzz}
  1441. % These macros control what the section commands do, according
  1442. % to what kind of chapter we are in (ordinary, appendix, or unnumbered).
  1443. % Define them by default for a numbered chapter.
  1444. \global\let\section = \numberedsec
  1445. \global\let\subsection = \numberedsubsec
  1446. \global\let\subsubsection = \numberedsubsubsec
  1447. % Define @majorheading, @heading and @subheading
  1448. % NOTE on use of \vbox for chapter headings, section headings, and
  1449. % such:
  1450. %    1) We use \vbox rather than the earlier \line to permit
  1451. %       overlong headings to fold.
  1452. %    2) \hyphenpenalty is set to 10000 because hyphenation in a
  1453. %       heading is obnoxious; this forbids it.
  1454. %       3) Likewise, headings look best if no \parindent is used, and
  1455. %          if justification is not attempted.  Hence \raggedright.
  1456. \def\majorheading{\parsearg\majorheadingzzz}
  1457. \def\majorheadingzzz #1{%
  1458. {\advance\chapheadingskip by 10pt \chapbreak }%
  1459. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1460.                   \parindent=0pt\raggedright
  1461.                   \rm #1\hfill}}\bigskip \par\penalty 200}
  1462. \def\chapheading{\parsearg\chapheadingzzz}
  1463. \def\chapheadingzzz #1{\chapbreak %
  1464. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1465.                   \parindent=0pt\raggedright
  1466.                   \rm #1\hfill}}\bigskip \par\penalty 200}
  1467. \def\heading{\parsearg\secheadingi}
  1468. \def\subheading{\parsearg\subsecheadingi}
  1469. \def\subsubheading{\parsearg\subsubsecheadingi}
  1470. % These macros generate a chapter, section, etc. heading only
  1471. % (including whitespace, linebreaking, etc. around it),
  1472. % given all the information in convenient, parsed form.
  1473. %%% Args are the skip and penalty (usually negative)
  1474. \def\dobreak#1#2{\par\ifdim\lastskip<#1\removelastskip\penalty#2\vskip#1\fi}
  1475. \def\setchapterstyle #1 {\csname CHAPF#1\endcsname}
  1476. %%% Define plain chapter starts, and page on/off switching for it
  1477. % Parameter controlling skip before chapter headings (if needed)
  1478. \newskip \chapheadingskip \chapheadingskip = 30pt plus 8pt minus 4pt
  1479. \def\chapbreak{\dobreak \chapheadingskip {-4000}}
  1480. \def\chappager{\par\vfill\supereject}
  1481. \def\chapoddpage{\chappager \ifodd\pageno \else \hbox to 0pt{} \chappager\fi}
  1482. \def\setchapternewpage #1 {\csname CHAPPAG#1\endcsname}
  1483. \def\CHAPPAGoff{
  1484. \global\let\pchapsepmacro=\chapbreak
  1485. \global\let\pagealignmacro=\chappager}
  1486. \def\CHAPPAGon{
  1487. \global\let\pchapsepmacro=\chappager
  1488. \global\let\pagealignmacro=\chappager
  1489. \global\def\HEADINGSon{\HEADINGSsingle}}
  1490. \def\CHAPPAGodd{
  1491. \global\let\pchapsepmacro=\chapoddpage
  1492. \global\let\pagealignmacro=\chapoddpage
  1493. \global\def\HEADINGSon{\HEADINGSdouble}}
  1494. \CHAPPAGon
  1495. \def\CHAPFplain{
  1496. \global\let\chapmacro=\chfplain
  1497. \global\let\unnumbchapmacro=\unnchfplain}
  1498. \def\chfplain #1#2{%
  1499.   \pchapsepmacro
  1500.     \chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1501.                      \parindent=0pt\raggedright
  1502.                      \rm #2\enspace #1}%
  1503.   \bigskip
  1504.   \penalty5000
  1505. \def\unnchfplain #1{%
  1506. \pchapsepmacro %
  1507. {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1508.                   \parindent=0pt\raggedright
  1509.                   \rm #1\hfill}}\bigskip \par\penalty 10000 %
  1510. \CHAPFplain % The default
  1511. \def\unnchfopen #1{%
  1512. \chapoddpage {\chapfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1513.                        \parindent=0pt\raggedright
  1514.                        \rm #1\hfill}}\bigskip \par\penalty 10000 %
  1515. \def\chfopen #1#2{\chapoddpage {\chapfonts
  1516. \vbox to 3in{\vfil \hbox to\hsize{\hfil #2} \hbox to\hsize{\hfil #1} \vfil}}%
  1517. \par\penalty 5000 %
  1518. \def\CHAPFopen{
  1519. \global\let\chapmacro=\chfopen
  1520. \global\let\unnumbchapmacro=\unnchfopen}
  1521. % Parameter controlling skip before section headings.
  1522. \newskip \subsecheadingskip  \subsecheadingskip = 17pt plus 8pt minus 4pt
  1523. \def\subsecheadingbreak{\dobreak \subsecheadingskip {-500}}
  1524. \newskip \secheadingskip  \secheadingskip = 21pt plus 8pt minus 4pt
  1525. \def\secheadingbreak{\dobreak \secheadingskip {-1000}}
  1526. % @paragraphindent  is defined for the Info formatting commands only.
  1527. \let\paragraphindent=\comment
  1528. % Section fonts are the base font at magstep2, which produces
  1529. % a size a bit more than 14 points in the default situation.    
  1530. \def\secheading #1#2#3{\secheadingi {#2.#3\enspace #1}}
  1531. \def\plainsecheading #1{\secheadingi {#1}}
  1532. \def\secheadingi #1{{\advance \secheadingskip by \parskip %
  1533. \secheadingbreak}%
  1534. {\secfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1535.                  \parindent=0pt\raggedright
  1536.                  \rm #1\hfill}}%
  1537. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000 }
  1538. % Subsection fonts are the base font at magstep1, 
  1539. % which produces a size of 12 points.
  1540. \def\subsecheading #1#2#3#4{\subsecheadingi {#2.#3.#4\enspace #1}}
  1541. \def\subsecheadingi #1{{\advance \subsecheadingskip by \parskip %
  1542. \subsecheadingbreak}%
  1543. {\subsecfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1544.                      \parindent=0pt\raggedright
  1545.                      \rm #1\hfill}}%
  1546. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000 }
  1547. \def\subsubsecfonts{\subsecfonts} % Maybe this should change:
  1548.                   % Perhaps make sssec fonts scaled
  1549.                   % magstep half
  1550. \def\subsubsecheading #1#2#3#4#5{\subsubsecheadingi {#2.#3.#4.#5\enspace #1}}
  1551. \def\subsubsecheadingi #1{{\advance \subsecheadingskip by \parskip %
  1552. \subsecheadingbreak}%
  1553. {\subsubsecfonts \vbox{\hyphenpenalty=10000\tolerance=5000
  1554.                        \parindent=0pt\raggedright
  1555.                        \rm #1\hfill}}%
  1556. \ifdim \parskip<10pt \kern 10pt\kern -\parskip\fi \penalty 10000}
  1557. \message{toc printing,}
  1558. % Finish up the main text and prepare to read what we've written
  1559. % to \contentsfile.
  1560. \newskip\contentsrightmargin \contentsrightmargin=1in
  1561. \def\startcontents#1{%
  1562.    \ifnum \pageno>0
  1563.       \pageno = -1        % Request roman numbered pages.
  1564.    \fi
  1565.    \pagealignmacro
  1566.    \immediate\closeout \contentsfile
  1567.    % Don't need to put `Contents' or `Short Contents' in the headline. 
  1568.    % It is abundantly clear what they are.
  1569.    \unnumbchapmacro{#1}\def\thischapter{}%
  1570.    \begingroup           % Set up to handle contents files properly.
  1571.       \catcode`\\=0  \catcode`\{=1  \catcode`\}=2  \catcode`\@=11
  1572.       \raggedbottom             % Worry more about breakpoints than the bottom.
  1573.       \advance\hsize by -\contentsrightmargin % Don't use the full line length.
  1574. % Normal (long) toc.
  1575. \outer\def\contents{%
  1576.    \startcontents{Table of Contents}%
  1577.       \input \jobname.toc
  1578.    \endgroup
  1579.    \vfill \eject
  1580. % And just the chapters.
  1581. \outer\def\summarycontents{%
  1582.    \startcontents{Short Contents}%
  1583.       %
  1584.       \let\chapentry = \shortchapentry
  1585.       \let\unnumbchapentry = \shortunnumberedentry
  1586.       % We want a true roman here for the page numbers.
  1587.       \secfonts
  1588.       \let\rm=\shortcontrm \let\bf=\shortcontbf \let\sl=\shortcontsl
  1589.       \rm
  1590.       \advance\baselineskip by 1pt % Open it up a little.
  1591.       \def\secentry ##1##2##3##4{}
  1592.       \def\unnumbsecentry ##1##2{}
  1593.       \def\subsecentry ##1##2##3##4##5{}
  1594.       \def\unnumbsubsecentry ##1##2{}
  1595.       \def\subsubsecentry ##1##2##3##4##5##6{}
  1596.       \def\unnumbsubsubsecentry ##1##2{}
  1597.       \input \jobname.toc
  1598.    \endgroup
  1599.    \vfill \eject
  1600. \let\shortcontents = \summarycontents
  1601. % These macros generate individual entries in the table of contents.
  1602. % The first argument is the chapter or section name.
  1603. % The last argument is the page number.
  1604. % The arguments in between are the chapter number, section number, ...
  1605. % Chapter-level things, for both the long and short contents.
  1606. \def\chapentry#1#2#3{\dochapentry{#2\labelspace#1}{#3}}
  1607. % See comments in \dochapentry re vbox and related settings
  1608. \def\shortchapentry#1#2#3{%
  1609.    \vbox{\hyphenpenalty=10000\tolerance=5000
  1610.     \parindent=0pt\strut\raggedright
  1611.     {#2\labelspace #1}\dotfill\doshortpageno{#3}}%
  1612. \def\unnumbchapentry#1#2{\dochapentry{#1}{#2}}
  1613. \def\shortunnumberedentry#1#2{%
  1614.    \vbox{\hyphenpenalty=10000\tolerance=5000
  1615.     \parindent=0pt\strut\raggedright
  1616.     #1\dotfill\doshortpageno{#2}}%
  1617. % Sections.
  1618. \def\secentry#1#2#3#4{\dosecentry{#2.#3\labelspace#1}{#4}}
  1619. \def\unnumbsecentry#1#2{\dosecentry{#1}{#2}}
  1620. % Subsections.
  1621. \def\subsecentry#1#2#3#4#5{\dosubsecentry{#2.#3.#4\labelspace#1}{#5}}
  1622. \def\unnumbsubsecentry#1#2{\dosubsecentry{#1}{#2}}
  1623. % And subsubsections.
  1624. \def\subsubsecentry#1#2#3#4#5#6{%
  1625.   \dosubsubsecentry{#2.#3.#4.#5\labelspace#1}{#6}}
  1626. \def\unnumbsubsubsecentry#1#2{\dosubsubsecentry{#1}{#2}}
  1627. % This parameter controls the indentation of the various levels.
  1628. \newdimen\tocindent \tocindent = 3pc
  1629. % Now for the actual typesetting. In all these, #1 is the text and #2 is the 
  1630. % page number.
  1631. % If the toc has to be broken over pages, we would want to be at chapters 
  1632. % if at all possible; hence the \penalty.
  1633. \def\dochapentry#1#2{%
  1634.    \penalty-300 \vskip\baselineskip
  1635.    % This \vbox (and similar ones in dosecentry etc.) used to be a
  1636.    % \line; changed to permit linebreaks for long headings.  See
  1637.    % comments above \majorheading.  Here we also use \strut to
  1638.    % keep the top end of the vbox from jamming up against the previous
  1639.    % entry in the table of contents.
  1640.    \vbox{\chapentryfonts
  1641.      \hyphenpenalty=10000\tolerance=5000 % this line and next introduced
  1642.      \parindent=0pt\strut\raggedright    % with \line -> \vbox change
  1643.      #1\dotfill
  1644.      \dopageno{#2}}%
  1645.    \nobreak\vskip .25\baselineskip
  1646. \def\dosecentry#1#2{%
  1647.    \vbox{\secentryfonts \leftskip=\tocindent
  1648.     \hyphenpenalty=10000\tolerance=5000
  1649.     \parindent=0pt\strut\raggedright #1\dotfill
  1650.     \dopageno{#2}}%
  1651. \def\dosubsecentry#1#2{%
  1652.    \vbox{\subsecentryfonts \leftskip=2\tocindent
  1653.     \hyphenpenalty=10000\tolerance=5000
  1654.     \parindent=0pt\strut\raggedright #1\dotfill
  1655.     \dopageno{#2}}%
  1656. \def\dosubsubsecentry#1#2{%
  1657.    \vbox{\subsubsecentryfonts \leftskip=3\tocindent
  1658.     \hyphenpenalty=10000\tolerance=5000
  1659.     \parindent=0pt\strut\raggedright #1\dotfill
  1660.     \dopageno{#2}}%
  1661. % Space between chapter (or whatever) number and the title.
  1662. \def\labelspace{\hskip1em \relax}
  1663. \def\dopageno#1{{\rm #1}}
  1664. \def\doshortpageno#1{{\rm #1}}
  1665. \def\chapentryfonts{\secfonts \rm}
  1666. \def\secentryfonts{\textfonts}
  1667. \let\subsecentryfonts = \textfonts
  1668. \let\subsubsecentryfonts = \textfonts
  1669. \message{environments,}
  1670. % Since these characters are used in examples, it should be an even number of 
  1671. % \tt widths. Each \tt character is 1en, so two makes it 1em.
  1672. % Furthermore, these definitions must come after we define our fonts.
  1673. \newbox\dblarrowbox    \newbox\longdblarrowbox
  1674. \newbox\pushcharbox    \newbox\bullbox
  1675. \newbox\equivbox       \newbox\errorbox
  1676. \let\ptexequiv = \equiv
  1677. %{\tentt
  1678. %\global\setbox\dblarrowbox = \hbox to 1em{\hfil$\Rightarrow$\hfil}
  1679. %\global\setbox\longdblarrowbox = \hbox to 1em{\hfil$\mapsto$\hfil}
  1680. %\global\setbox\pushcharbox = \hbox to 1em{\hfil$\dashv$\hfil}
  1681. %\global\setbox\equivbox = \hbox to 1em{\hfil$\ptexequiv$\hfil}
  1682. % Adapted from the manmac format (p.420 of TeXbook)
  1683. %\global\setbox\bullbox = \hbox to 1em{\kern.15em\vrule height .75ex width .85ex
  1684. %                                      depth .1ex\hfil}
  1685. \def\point{$\star$}
  1686. \def\result{\leavevmode\raise.15ex\hbox to 1em{\hfil$\Rightarrow$\hfil}}
  1687. \def\expansion{\leavevmode\raise.1ex\hbox to 1em{\hfil$\mapsto$\hfil}}
  1688. \def\print{\leavevmode\lower.1ex\hbox to 1em{\hfil$\dashv$\hfil}}
  1689. \def\equiv{\leavevmode\lower.1ex\hbox to 1em{\hfil$\ptexequiv$\hfil}}
  1690. % Adapted from the TeXbook's \boxit.
  1691. {\tentt \global\dimen0 = 3em}% Width of the box.
  1692. \dimen2 = .55pt % Thickness of rules
  1693. % The text. (`r' is open on the right, `e' somewhat less so on the left.)
  1694. \setbox0 = \hbox{\kern-.75pt \tensf error\kern-1.5pt}
  1695. \global\setbox\errorbox=\hbox to \dimen0{\hfil
  1696.    \hsize = \dimen0 \advance\hsize by -5.8pt % Space to left+right.
  1697.    \advance\hsize by -2\dimen2 % Rules.
  1698.    \vbox{
  1699.       \hrule height\dimen2
  1700.       \hbox{\vrule width\dimen2 \kern3pt          % Space to left of text.
  1701.          \vtop{\kern2.4pt \box0 \kern2.4pt}% Space above/below.
  1702.          \kern3pt\vrule width\dimen2}% Space to right.
  1703.       \hrule height\dimen2}
  1704.     \hfil}
  1705. % The @error{} command.
  1706. \def\error{\leavevmode\lower.7ex\copy\errorbox}
  1707. % @tex ... @end tex    escapes into raw Tex temporarily.
  1708. % One exception: @ is still an escape character, so that @end tex works.
  1709. % But \@ or @@ will get a plain tex @ character.
  1710. \def\tex{\begingroup
  1711. \catcode `\\=0 \catcode `\{=1 \catcode `\}=2
  1712. \catcode `\$=3 \catcode `\&=4 \catcode `\#=6
  1713. \catcode `\^=7 \catcode `\_=8 \catcode `\~=13 \let~=\tie
  1714. \catcode `\%=14
  1715. \catcode 43=12
  1716. \catcode`\"=12
  1717. \catcode`\==12
  1718. \catcode`\|=12
  1719. \catcode`\<=12
  1720. \catcode`\>=12
  1721. \escapechar=`\\
  1722. \let\{=\ptexlbrace
  1723. \let\}=\ptexrbrace
  1724. \let\.=\ptexdot
  1725. \let\*=\ptexstar
  1726. \let\dots=\ptexdots
  1727. \def\@{@}%
  1728. \let\bullet=\ptexbullet
  1729. \let\b=\ptexb \let\c=\ptexc \let\i=\ptexi \let\t=\ptext \let\l=\ptexl
  1730. \let\L=\ptexL
  1731. \let\Etex=\endgroup}
  1732. % Define @lisp ... @endlisp.
  1733. % @lisp does a \begingroup so it can rebind things,
  1734. % including the definition of @endlisp (which normally is erroneous).
  1735. % Amount to narrow the margins by for @lisp.
  1736. \newskip\lispnarrowing \lispnarrowing=0.4in
  1737. % This is the definition that ^M gets inside @lisp
  1738. % phr: changed space to \null, to avoid overfull hbox problems.
  1739. {\obeyspaces%
  1740. \gdef\lisppar{\null\endgraf}}
  1741. % Cause \obeyspaces to make each Space cause a word-separation
  1742. % rather than the default which is that it acts punctuation.
  1743. % This is because space in tt font looks funny.
  1744. {\obeyspaces %
  1745. \gdef\sepspaces{\def {\ }}}
  1746. \newskip\aboveenvskipamount \aboveenvskipamount= 0pt
  1747. \def\aboveenvbreak{{\advance\aboveenvskipamount by \parskip
  1748. \endgraf \ifdim\lastskip<\aboveenvskipamount
  1749. \removelastskip \penalty-50 \vskip\aboveenvskipamount \fi}}
  1750. \def\afterenvbreak{\endgraf \ifdim\lastskip<\aboveenvskipamount
  1751. \removelastskip \penalty-50 \vskip\aboveenvskipamount \fi}
  1752. % \nonarrowing is a flag.  If "set", @lisp etc don't narrow margins.
  1753. \let\nonarrowing=\relax
  1754. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  1755. % \cartouche: draw rectangle w/rounded corners around argument
  1756. \font\circle=lcircle10
  1757. \newdimen\circthick
  1758. \newdimen\cartouter\newdimen\cartinner
  1759. \newskip\normbskip\newskip\normpskip\newskip\normlskip
  1760. \circthick=\fontdimen8\circle
  1761. \def\ctl{{\circle\char'013\hskip -6pt}}% 6pt from pl file: 1/2charwidth
  1762. \def\ctr{{\hskip 6pt\circle\char'010}}
  1763. \def\cbl{{\circle\char'012\hskip -6pt}}
  1764. \def\cbr{{\hskip 6pt\circle\char'011}}
  1765. \def\carttop{\hbox to \cartouter{\hskip\lskip
  1766.     \ctl\leaders\hrule height\circthick\hfil\ctr
  1767.     \hskip\rskip}}
  1768. \def\cartbot{\hbox to \cartouter{\hskip\lskip
  1769.     \cbl\leaders\hrule height\circthick\hfil\cbr
  1770.     \hskip\rskip}}
  1771. \newskip\lskip\newskip\rskip
  1772. \long\def\cartouche{%
  1773. \begingroup
  1774.     \lskip=\leftskip \rskip=\rightskip
  1775.     \leftskip=0pt\rightskip=0pt %we want these *outside*.
  1776.     \cartinner=\hsize \advance\cartinner by-\lskip 
  1777.                \advance\cartinner by-\rskip
  1778.     \cartouter=\hsize
  1779.     \advance\cartouter by 18pt % allow for 3pt kerns on either
  1780. %                     side, and for 6pt waste from
  1781. %                     each corner char
  1782.     \normbskip=\baselineskip \normpskip=\parskip \normlskip=\lineskip
  1783.     % Flag to tell @lisp, etc., not to narrow margin.
  1784.     \let\nonarrowing=\comment
  1785.     \vbox\bgroup
  1786.         \baselineskip=0pt\parskip=0pt\lineskip=0pt
  1787.         \carttop
  1788.         \hbox\bgroup
  1789.             \hskip\lskip
  1790.             \vrule\kern3pt
  1791.             \vbox\bgroup
  1792.                 \hsize=\cartinner
  1793.                 \kern3pt
  1794.                 \begingroup
  1795.                     \baselineskip=\normbskip
  1796.                     \lineskip=\normlskip
  1797.                     \parskip=\normpskip
  1798.                     \vskip -\parskip
  1799. \def\Ecartouche{%
  1800.                 \endgroup
  1801.                 \kern3pt
  1802.             \egroup
  1803.             \kern3pt\vrule
  1804.             \hskip\rskip
  1805.         \egroup
  1806.         \cartbot
  1807.     \egroup
  1808. \endgroup
  1809. \def\lisp{\aboveenvbreak
  1810. \begingroup\inENV % This group ends at the end of the @lisp body
  1811. \hfuzz=12truept % Don't be fussy
  1812. % Make spaces be word-separators rather than space tokens.
  1813. \sepspaces %
  1814. % Single space lines
  1815. \singlespace %
  1816. % The following causes blank lines not to be ignored
  1817. % by adding a space to the end of each line.
  1818. \let\par=\lisppar
  1819. \def\Elisp{\endgroup\afterenvbreak}%
  1820. \parskip=0pt
  1821. % @cartouche defines \nonarrowing to inhibit narrowing
  1822. % at next level down.
  1823. \ifx\nonarrowing\relax
  1824. \advance \leftskip by \lispnarrowing
  1825. \let\nonarrowing=\relax
  1826. \parindent=0pt
  1827. \let\exdent=\internalexdent
  1828. \obeyspaces \obeylines \tt \rawbackslash
  1829. \def\next##1{}\next}
  1830. \let\example=\lisp
  1831. \def\Eexample{\Elisp}
  1832. \let\smallexample=\lisp
  1833. \def\Esmallexample{\Elisp}
  1834. % Macro for 9 pt. examples, necessary to print with 5" lines.
  1835. % From Pavel@xerox.  This is not really used unless the
  1836. % @smallbook command is given.
  1837. \def\smalllispx{\aboveenvbreak\begingroup\inENV
  1838. %            This group ends at the end of the @lisp body
  1839. \hfuzz=12truept % Don't be fussy
  1840. % Make spaces be word-separators rather than space tokens.
  1841. \sepspaces %
  1842. % Single space lines
  1843. \singlespace %
  1844. % The following causes blank lines not to be ignored
  1845. % by adding a space to the end of each line.
  1846. \let\par=\lisppar
  1847. \def\Esmalllisp{\endgroup\afterenvbreak}%
  1848. %%%% Smaller baseline skip for small examples.
  1849. \baselineskip 10pt
  1850. \parskip=0pt
  1851. % @cartouche defines \nonarrowing to inhibit narrowing
  1852. % at next level down.
  1853. \ifx\nonarrowing\relax
  1854. \advance \leftskip by \lispnarrowing
  1855. \let\nonarrowing=\relax
  1856. \parindent=0pt
  1857. \let\exdent=\internalexdent
  1858. \obeyspaces \obeylines \ninett \indexfonts \rawbackslash
  1859. \def\next##1{}\next}
  1860. % This is @display; same as @lisp except use roman font.
  1861. \def\display{\begingroup\inENV %This group ends at the end of the @display body
  1862. \aboveenvbreak
  1863. % Make spaces be word-separators rather than space tokens.
  1864. \sepspaces %
  1865. % Single space lines
  1866. \singlespace %
  1867. % The following causes blank lines not to be ignored
  1868. % by adding a space to the end of each line.
  1869. \let\par=\lisppar
  1870. \def\Edisplay{\endgroup\afterenvbreak}%
  1871. \parskip=0pt
  1872. % @cartouche defines \nonarrowing to inhibit narrowing
  1873. % at next level down.
  1874. \ifx\nonarrowing\relax
  1875. \advance \leftskip by \lispnarrowing
  1876. \let\nonarrowing=\relax
  1877. \parindent=0pt
  1878. \let\exdent=\internalexdent
  1879. \obeyspaces \obeylines
  1880. \def\next##1{}\next}
  1881. % This is @format; same as @lisp except use roman font and don't narrow margins
  1882. \def\format{\begingroup\inENV %This group ends at the end of the @format body
  1883. \aboveenvbreak
  1884. % Make spaces be word-separators rather than space tokens.
  1885. \sepspaces %
  1886. \singlespace %
  1887. % The following causes blank lines not to be ignored
  1888. % by adding a space to the end of each line.
  1889. \let\par=\lisppar
  1890. \def\Eformat{\endgroup\afterenvbreak}
  1891. \parskip=0pt \parindent=0pt
  1892. \obeyspaces \obeylines
  1893. \def\next##1{}\next}
  1894. % @flushleft and @flushright
  1895. \def\flushleft{%
  1896. \begingroup\inENV %This group ends at the end of the @format body
  1897. \aboveenvbreak
  1898. % Make spaces be word-separators rather than space tokens.
  1899. \sepspaces %
  1900. % The following causes blank lines not to be ignored
  1901. % by adding a space to the end of each line.
  1902. % This also causes @ to work when the directive name
  1903. % is terminated by end of line.
  1904. \let\par=\lisppar
  1905. \def\Eflushleft{\endgroup\afterenvbreak}%
  1906. \parskip=0pt \parindent=0pt
  1907. \obeyspaces \obeylines
  1908. \def\next##1{}\next}
  1909. \def\flushright{%
  1910. \begingroup\inENV %This group ends at the end of the @format body
  1911. \aboveenvbreak
  1912. % Make spaces be word-separators rather than space tokens.
  1913. \sepspaces %
  1914. % The following causes blank lines not to be ignored
  1915. % by adding a space to the end of each line.
  1916. % This also causes @ to work when the directive name
  1917. % is terminated by end of line.
  1918. \let\par=\lisppar
  1919. \def\Eflushright{\endgroup\afterenvbreak}%
  1920. \parskip=0pt \parindent=0pt
  1921. \advance \leftskip by 0pt plus 1fill
  1922. \obeyspaces \obeylines
  1923. \def\next##1{}\next}
  1924. % @quotation - narrow the margins.
  1925. \def\quotation{%
  1926. \begingroup\inENV %This group ends at the end of the @quotation body
  1927. {\parskip=0pt  % because we will skip by \parskip too, later
  1928. \aboveenvbreak}%
  1929. \singlespace
  1930. \parindent=0pt
  1931. \def\Equotation{\par\endgroup\afterenvbreak}%
  1932. % @cartouche defines \nonarrowing to inhibit narrowing
  1933. % at next level down.
  1934. \ifx\nonarrowing\relax
  1935. \advance \leftskip by \lispnarrowing
  1936. \advance \rightskip by \lispnarrowing
  1937. \let\nonarrowing=\relax
  1938. \message{defuns,}
  1939. % Define formatter for defuns
  1940. % First, allow user to change definition object font (\df) internally
  1941. \def\setdeffont #1 {\csname DEF#1\endcsname}
  1942. \newskip\defbodyindent \defbodyindent=.4in
  1943. \newskip\defargsindent \defargsindent=50pt
  1944. \newskip\deftypemargin \deftypemargin=12pt
  1945. \newskip\deflastargmargin \deflastargmargin=18pt
  1946. \newcount\parencount
  1947. % define \functionparens, which makes ( and ) and & do special things.
  1948. % \functionparens affects the group it is contained in.
  1949. \def\activeparens{%
  1950. \catcode`\(=\active \catcode`\)=\active \catcode`\&=\active
  1951. \catcode`\[=\active \catcode`\]=\active}
  1952. {\activeparens % Now, smart parens don't turn on until &foo (see \amprm)
  1953. \gdef\functionparens{\boldbrax\let&=\amprm\parencount=0 }
  1954. \gdef\boldbrax{\let(=\opnr\let)=\clnr\let[=\lbrb\let]=\rbrb}
  1955. % Definitions of (, ) and & used in args for functions.
  1956. % This is the definition of ( outside of all parentheses.
  1957. \gdef\oprm#1 {{\rm\char`\(}#1 \bf \let(=\opnested %
  1958. \global\advance\parencount by 1 }
  1959. % This is the definition of ( when already inside a level of parens.
  1960. \gdef\opnested{\char`\(\global\advance\parencount by 1 }
  1961. \gdef\clrm{% Print a paren in roman if it is taking us back to depth of 0.
  1962. % also in that case restore the outer-level definition of (.
  1963. \ifnum \parencount=1 {\rm \char `\)}\sl \let(=\oprm \else \char `\) \fi
  1964. \global\advance \parencount by -1 }
  1965. % If we encounter &foo, then turn on ()-hacking afterwards
  1966. \gdef\amprm#1 {{\rm\}\let(=\oprm \let)=\clrm\ }
  1967. \gdef\normalparens{\boldbrax\let&=\ampnr}
  1968. } % End of definition inside \activeparens
  1969. %% These parens (in \boldbrax) actually are a little bolder than the
  1970. %% contained text.  This is especially needed for [ and ]
  1971. \def\opnr{{\sf\char`\(}} \def\clnr{{\sf\char`\)}} \def\ampnr{\&}
  1972. \def\lbrb{{\bf\char`\[}} \def\rbrb{{\bf\char`\]}}
  1973. % First, defname, which formats the header line itself.
  1974. % #1 should be the function name.
  1975. % #2 should be the type of definition, such as "Function".
  1976. \def\defname #1#2{%
  1977. % Get the values of \leftskip and \rightskip as they were
  1978. % outside the @def...
  1979. \dimen2=\leftskip
  1980. \advance\dimen2 by -\defbodyindent
  1981. \dimen3=\rightskip
  1982. \advance\dimen3 by -\defbodyindent
  1983. \noindent        %
  1984. \setbox0=\hbox{\hskip \deflastargmargin{\rm #2}\hskip \deftypemargin}%
  1985. \dimen0=\hsize \advance \dimen0 by -\wd0 % compute size for first line
  1986. \dimen1=\hsize \advance \dimen1 by -\defargsindent %size for continuations
  1987. \parshape 2 0in \dimen0 \defargsindent \dimen1     %
  1988. % Now output arg 2 ("Function" or some such)
  1989. % ending at \deftypemargin from the right margin,
  1990. % but stuck inside a box of width 0 so it does not interfere with linebreaking
  1991. {% Adjust \hsize to exclude the ambient margins,
  1992. % so that \rightline will obey them.
  1993. \advance \hsize by -\dimen2 \advance \hsize by -\dimen3
  1994. \rlap{\rightline{{\rm #2}\hskip \deftypemargin}}}%
  1995. % Make all lines underfull and no complaints:
  1996. \tolerance=10000 \hbadness=10000    
  1997. \advance\leftskip by -\defbodyindent
  1998. {\df #1}\enskip        % Generate function name
  1999. % Actually process the body of a definition
  2000. % #1 should be the terminating control sequence, such as \Edefun.
  2001. % #2 should be the "another name" control sequence, such as \defunx.
  2002. % #3 should be the control sequence that actually processes the header,
  2003. %    such as \defunheader.
  2004. \def\defparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
  2005. \medbreak %
  2006. % Define the end token that this defining construct specifies
  2007. % so that it will exit this group.
  2008. \def#1{\endgraf\endgroup\medbreak}%
  2009. \def#2{\begingroup\obeylines\activeparens\spacesplit#3}%
  2010. \parindent=0in
  2011. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2012. \begingroup %
  2013. \catcode 61=\active %
  2014. \obeylines\activeparens\spacesplit#3}
  2015. \def\defmethparsebody #1#2#3#4 {\begingroup\inENV %
  2016. \medbreak %
  2017. % Define the end token that this defining construct specifies
  2018. % so that it will exit this group.
  2019. \def#1{\endgraf\endgroup\medbreak}%
  2020. \def#2##1 {\begingroup\obeylines\activeparens\spacesplit{#3{##1}}}%
  2021. \parindent=0in
  2022. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2023. \begingroup\obeylines\activeparens\spacesplit{#3{#4}}}
  2024. \def\defopparsebody #1#2#3#4#5 {\begingroup\inENV %
  2025. \medbreak %
  2026. % Define the end token that this defining construct specifies
  2027. % so that it will exit this group.
  2028. \def#1{\endgraf\endgroup\medbreak}%
  2029. \def#2##1 ##2 {\def#4{##1}%
  2030. \begingroup\obeylines\activeparens\spacesplit{#3{##2}}}%
  2031. \parindent=0in
  2032. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2033. \begingroup\obeylines\activeparens\spacesplit{#3{#5}}}
  2034. % These parsing functions are similar to the preceding ones
  2035. % except that they do not make parens into active characters.
  2036. % These are used for "variables" since they have no arguments.
  2037. \def\defvarparsebody #1#2#3{\begingroup\inENV% Environment for definitionbody
  2038. \medbreak %
  2039. % Define the end token that this defining construct specifies
  2040. % so that it will exit this group.
  2041. \def#1{\endgraf\endgroup\medbreak}%
  2042. \def#2{\begingroup\obeylines\spacesplit#3}%
  2043. \parindent=0in
  2044. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2045. \begingroup %
  2046. \catcode 61=\active %
  2047. \obeylines\spacesplit#3}
  2048. \def\defvrparsebody #1#2#3#4 {\begingroup\inENV %
  2049. \medbreak %
  2050. % Define the end token that this defining construct specifies
  2051. % so that it will exit this group.
  2052. \def#1{\endgraf\endgroup\medbreak}%
  2053. \def#2##1 {\begingroup\obeylines\spacesplit{#3{##1}}}%
  2054. \parindent=0in
  2055. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2056. \begingroup\obeylines\spacesplit{#3{#4}}}
  2057. \def\defopvarparsebody #1#2#3#4#5 {\begingroup\inENV %
  2058. \medbreak %
  2059. % Define the end token that this defining construct specifies
  2060. % so that it will exit this group.
  2061. \def#1{\endgraf\endgroup\medbreak}%
  2062. \def#2##1 ##2 {\def#4{##1}%
  2063. \begingroup\obeylines\spacesplit{#3{##2}}}%
  2064. \parindent=0in
  2065. \advance\leftskip by \defbodyindent \advance \rightskip by \defbodyindent
  2066. \begingroup\obeylines\spacesplit{#3{#5}}}
  2067. % Split up #2 at the first space token.
  2068. % call #1 with two arguments:
  2069. %  the first is all of #2 before the space token,
  2070. %  the second is all of #2 after that space token.
  2071. % If #2 contains no space token, all of it is passed as the first arg
  2072. % and the second is passed as empty.
  2073. {\obeylines
  2074. \gdef\spacesplit#1#2^^M{\endgroup\spacesplitfoo{#1}#2 \relax\spacesplitfoo}%
  2075. \long\gdef\spacesplitfoo#1#2 #3#4\spacesplitfoo{%
  2076. \ifx\relax #3%
  2077. #1{#2}{}\else #1{#2}{#3#4}\fi}}
  2078. % So much for the things common to all kinds of definitions.
  2079. % Define @defun.
  2080. % First, define the processing that is wanted for arguments of \defun
  2081. % Use this to expand the args and terminate the paragraph they make up
  2082. \def\defunargs #1{\functionparens \sl
  2083. % Expand, preventing hyphenation at `-' chars.
  2084. % Note that groups don't affect changes in \hyphenchar.
  2085. \hyphenchar\tensl=0
  2086. \hyphenchar\tensl=45
  2087. \ifnum\parencount=0 \else \errmessage{unbalanced parens in @def arguments}\fi%
  2088. \interlinepenalty=10000
  2089. \advance\rightskip by 0pt plus 1fil
  2090. \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
  2091. \def\deftypefunargs #1{%
  2092. % Expand, preventing hyphenation at `-' chars.
  2093. % Note that groups don't affect changes in \hyphenchar.
  2094. \functionparens
  2095. \code{#1}%
  2096. \interlinepenalty=10000
  2097. \advance\rightskip by 0pt plus 1fil
  2098. \endgraf\penalty 10000\vskip -\parskip\penalty 10000%
  2099. % Do complete processing of one @defun or @defunx line already parsed.
  2100. % @deffn Command forward-char nchars
  2101. \def\deffn{\defmethparsebody\Edeffn\deffnx\deffnheader}
  2102. \def\deffnheader #1#2#3{\doind {fn}{\code{#2}}%
  2103. \begingroup\defname {#2}{#1}\defunargs{#3}\endgroup %
  2104. \catcode 61=\other % Turn off change made in \defparsebody
  2105. % @defun == @deffn Function
  2106. \def\defun{\defparsebody\Edefun\defunx\defunheader}
  2107. \def\defunheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2108. \begingroup\defname {#1}{Function}%
  2109. \defunargs {#2}\endgroup %
  2110. \catcode 61=\other % Turn off change made in \defparsebody
  2111. % @deftypefun int foobar (int @var{foo}, float @var{bar})
  2112. \def\deftypefun{\defparsebody\Edeftypefun\deftypefunx\deftypefunheader}
  2113. % #1 is the data type.  #2 is the name and args.
  2114. \def\deftypefunheader #1#2{\deftypefunheaderx{#1}#2 \relax}
  2115. % #1 is the data type, #2 the name, #3 the args.
  2116. \def\deftypefunheaderx #1#2 #3\relax{%
  2117. \doind {fn}{\code{#2}}% Make entry in function index
  2118. \begingroup\defname {\code{#1} #2}{Function}%
  2119. \deftypefunargs {#3}\endgroup %
  2120. \catcode 61=\other % Turn off change made in \defparsebody
  2121. % @deftypefn {Library Function} int foobar (int @var{foo}, float @var{bar})
  2122. \def\deftypefn{\defmethparsebody\Edeftypefn\deftypefnx\deftypefnheader}
  2123. % #1 is the classification.  #2 is the data type.  #3 is the name and args.
  2124. \def\deftypefnheader #1#2#3{\deftypefnheaderx{#1}{#2}#3 \relax}
  2125. % #1 is the classification, #2 the data type, #3 the name, #4 the args.
  2126. \def\deftypefnheaderx #1#2#3 #4\relax{%
  2127. \doind {fn}{\code{#3}}% Make entry in function index
  2128. \begingroup\defname {\code{#2} #3}{#1}%
  2129. \deftypefunargs {#4}\endgroup %
  2130. \catcode 61=\other % Turn off change made in \defparsebody
  2131. % @defmac == @deffn Macro
  2132. \def\defmac{\defparsebody\Edefmac\defmacx\defmacheader}
  2133. \def\defmacheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2134. \begingroup\defname {#1}{Macro}%
  2135. \defunargs {#2}\endgroup %
  2136. \catcode 61=\other % Turn off change made in \defparsebody
  2137. % @defspec == @deffn Special Form
  2138. \def\defspec{\defparsebody\Edefspec\defspecx\defspecheader}
  2139. \def\defspecheader #1#2{\doind {fn}{\code{#1}}% Make entry in function index
  2140. \begingroup\defname {#1}{Special Form}%
  2141. \defunargs {#2}\endgroup %
  2142. \catcode 61=\other % Turn off change made in \defparsebody
  2143. % This definition is run if you use @defunx
  2144. % anywhere other than immediately after a @defun or @defunx.
  2145. \def\deffnx #1 {\errmessage{@deffnx in invalid context}}
  2146. \def\defunx #1 {\errmessage{@defunx in invalid context}}
  2147. \def\defmacx #1 {\errmessage{@defmacx in invalid context}}
  2148. \def\defspecx #1 {\errmessage{@defspecx in invalid context}}
  2149. \def\deftypefnx #1 {\errmessage{@deftypefnx in invalid context}}
  2150. \def\deftypeunx #1 {\errmessage{@deftypeunx in invalid context}}
  2151. % @defmethod, and so on
  2152. % @defop {Funny Method} foo-class frobnicate argument
  2153. \def\defop #1 {\def\defoptype{#1}%
  2154. \defopparsebody\Edefop\defopx\defopheader\defoptype}
  2155. \def\defopheader #1#2#3{%
  2156. \dosubind {fn}{\code{#2}}{on #1}% Make entry in function index
  2157. \begingroup\defname {#2}{\defoptype{} on #1}%
  2158. \defunargs {#3}\endgroup %
  2159. % @defmethod == @defop Method
  2160. \def\defmethod{\defmethparsebody\Edefmethod\defmethodx\defmethodheader}
  2161. \def\defmethodheader #1#2#3{%
  2162. \dosubind {fn}{\code{#2}}{on #1}% entry in function index
  2163. \begingroup\defname {#2}{Method on #1}%
  2164. \defunargs {#3}\endgroup %
  2165. % @defcv {Class Option} foo-class foo-flag
  2166. \def\defcv #1 {\def\defcvtype{#1}%
  2167. \defopvarparsebody\Edefcv\defcvx\defcvarheader\defcvtype}
  2168. \def\defcvarheader #1#2#3{%
  2169. \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
  2170. \begingroup\defname {#2}{\defcvtype{} of #1}%
  2171. \defvarargs {#3}\endgroup %
  2172. % @defivar == @defcv {Instance Variable}
  2173. \def\defivar{\defvrparsebody\Edefivar\defivarx\defivarheader}
  2174. \def\defivarheader #1#2#3{%
  2175. \dosubind {vr}{\code{#2}}{of #1}% Make entry in var index
  2176. \begingroup\defname {#2}{Instance Variable of #1}%
  2177. \defvarargs {#3}\endgroup %
  2178. % These definitions are run if you use @defmethodx, etc.,
  2179. % anywhere other than immediately after a @defmethod, etc.
  2180. \def\defopx #1 {\errmessage{@defopx in invalid context}}
  2181. \def\defmethodx #1 {\errmessage{@defmethodx in invalid context}}
  2182. \def\defcvx #1 {\errmessage{@defcvx in invalid context}}
  2183. \def\defivarx #1 {\errmessage{@defivarx in invalid context}}
  2184. % Now @defvar
  2185. % First, define the processing that is wanted for arguments of @defvar.
  2186. % This is actually simple: just print them in roman.
  2187. % This must expand the args and terminate the paragraph they make up
  2188. \def\defvarargs #1{\normalparens #1%
  2189. \interlinepenalty=10000
  2190. \endgraf\penalty 10000\vskip -\parskip\penalty 10000}
  2191. % @defvr Counter foo-count
  2192. \def\defvr{\defvrparsebody\Edefvr\defvrx\defvrheader}
  2193. \def\defvrheader #1#2#3{\doind {vr}{\code{#2}}%
  2194. \begingroup\defname {#2}{#1}\defvarargs{#3}\endgroup}
  2195. % @defvar == @defvr Variable
  2196. \def\defvar{\defvarparsebody\Edefvar\defvarx\defvarheader}
  2197. \def\defvarheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
  2198. \begingroup\defname {#1}{Variable}%
  2199. \defvarargs {#2}\endgroup %
  2200. % @defopt == @defvr {User Option}
  2201. \def\defopt{\defvarparsebody\Edefopt\defoptx\defoptheader}
  2202. \def\defoptheader #1#2{\doind {vr}{\code{#1}}% Make entry in var index
  2203. \begingroup\defname {#1}{User Option}%
  2204. \defvarargs {#2}\endgroup %
  2205. % @deftypevar int foobar
  2206. \def\deftypevar{\defvarparsebody\Edeftypevar\deftypevarx\deftypevarheader}
  2207. % #1 is the data type.  #2 is the name.
  2208. \def\deftypevarheader #1#2{%
  2209. \doind {vr}{\code{#2}}% Make entry in variables index
  2210. \begingroup\defname {\code{#1} #2}{Variable}%
  2211. \interlinepenalty=10000
  2212. \endgraf\penalty 10000\vskip -\parskip\penalty 10000
  2213. \endgroup}
  2214. % @deftypevr {Global Flag} int enable
  2215. \def\deftypevr{\defvrparsebody\Edeftypevr\deftypevrx\deftypevrheader}
  2216. \def\deftypevrheader #1#2#3{\doind {vr}{\code{#3}}%
  2217. \begingroup\defname {\code{#2} #3}{#1}
  2218. \interlinepenalty=10000
  2219. \endgraf\penalty 10000\vskip -\parskip\penalty 10000
  2220. \endgroup}
  2221. % This definition is run if you use @defvarx
  2222. % anywhere other than immediately after a @defvar or @defvarx.
  2223. \def\defvrx #1 {\errmessage{@defvrx in invalid context}}
  2224. \def\defvarx #1 {\errmessage{@defvarx in invalid context}}
  2225. \def\defoptx #1 {\errmessage{@defoptx in invalid context}}
  2226. \def\deftypevarx #1 {\errmessage{@deftypevarx in invalid context}}
  2227. \def\deftypevrx #1 {\errmessage{@deftypevrx in invalid context}}
  2228. % Now define @deftp
  2229. % Args are printed in bold, a slight difference from @defvar.
  2230. \def\deftpargs #1{\bf \defvarargs{#1}}
  2231. % @deftp Class window height width ...
  2232. \def\deftp{\defvrparsebody\Edeftp\deftpx\deftpheader}
  2233. \def\deftpheader #1#2#3{\doind {tp}{\code{#2}}%
  2234. \begingroup\defname {#2}{#1}\deftpargs{#3}\endgroup}
  2235. % This definition is run if you use @deftpx, etc
  2236. % anywhere other than immediately after a @deftp, etc.
  2237. \def\deftpx #1 {\errmessage{@deftpx in invalid context}}
  2238. \message{cross reference,}
  2239. % Define cross-reference macros
  2240. \newwrite \auxfile
  2241. \newif\ifhavexrefs  % True if xref values are known.
  2242. \newif\ifwarnedxrefs  % True if we warned once that they aren't known.
  2243. % \setref{foo} defines a cross-reference point named foo.
  2244. \def\setref#1{%
  2245. %\dosetq{#1-title}{Ytitle}%
  2246. \dosetq{#1-pg}{Ypagenumber}%
  2247. \dosetq{#1-snt}{Ysectionnumberandtype}}
  2248. \def\unnumbsetref#1{%
  2249. %\dosetq{#1-title}{Ytitle}%
  2250. \dosetq{#1-pg}{Ypagenumber}%
  2251. \dosetq{#1-snt}{Ynothing}}
  2252. \def\appendixsetref#1{%
  2253. %\dosetq{#1-title}{Ytitle}%
  2254. \dosetq{#1-pg}{Ypagenumber}%
  2255. \dosetq{#1-snt}{Yappendixletterandtype}}
  2256. % \xref, \pxref, and \ref generate cross-references to specified points.
  2257. % For \xrefX, #1 is the node name, #2 the name of the Info
  2258. % cross-reference, #3 the printed node name, #4 the name of the Info
  2259. % file, #5 the name of the printed manual.  All but the node name can be
  2260. % omitted.
  2261. \def\pxref#1{see \xrefX[#1,,,,,,,]}
  2262. \def\xref#1{See \xrefX[#1,,,,,,,]}
  2263. \def\ref#1{\xrefX[#1,,,,,,,]}
  2264. \def\xrefX[#1,#2,#3,#4,#5,#6]{\begingroup%
  2265. \def\printedmanual{\ignorespaces #5}%
  2266. \def\printednodename{\ignorespaces #3}%
  2267. \setbox1=\hbox{\printedmanual}%
  2268. \setbox0=\hbox{\printednodename}%
  2269. \ifdim \wd0=0pt%
  2270. \def\printednodename{\ignorespaces #1}%
  2271. %%% Uncommment the following line to make the actual chapter or section title
  2272. %%% appear inside the square brackets.
  2273. %\def\printednodename{#1-title}%
  2274. % If we use \unhbox0 and \unhbox1 to print the node names, TeX does
  2275. % not insert empty discretionaries after hyphens, which means that it
  2276. % will not find a line break at a hyphen in a node names.  Since some
  2277. % manuals are best written with fairly long node names, containing
  2278. % hyphens, this is a loss.  Therefore, we simply give the text of
  2279. % the node name again, so it is as if TeX is seeing it for the first
  2280. % time.
  2281. \ifdim \wd1>0pt
  2282. section ``\printednodename'' in \cite{\printedmanual}%
  2283. \else%
  2284. \turnoffactive%
  2285. \refx{#1-snt}{} [\printednodename], page\tie\refx{#1-pg}{}%
  2286. \endgroup}
  2287. % \dosetq is the interface for calls from other macros
  2288. % Use \turnoffactive so that punctuation chars such as underscore
  2289. % work in node names.
  2290. \def\dosetq #1#2{{\let\folio=0 \turnoffactive%
  2291. \edef\next{\write\auxfile{\internalsetq {#1}{#2}}}%
  2292. \next}}
  2293. % \internalsetq {foo}{page} expands into
  2294. % CHARACTERS 'xrdef {foo}{...expansion of \Ypage...}
  2295. % When the aux file is read, ' is the escape character
  2296. \def\internalsetq #1#2{'xrdef {#1}{\csname #2\endcsname}}
  2297. % Things to be expanded by \internalsetq
  2298. \def\Ypagenumber{\folio}
  2299. \def\Ytitle{\thischapter}
  2300. \def\Ynothing{}
  2301. \def\Ysectionnumberandtype{%
  2302. \ifnum\secno=0 Chapter\xreftie\the\chapno %
  2303. \else \ifnum \subsecno=0 Section\xreftie\the\chapno.\the\secno %
  2304. \else \ifnum \subsubsecno=0 %
  2305. Section\xreftie\the\chapno.\the\secno.\the\subsecno %
  2306. \else %
  2307. Section\xreftie\the\chapno.\the\secno.\the\subsecno.\the\subsubsecno %
  2308. \fi \fi \fi }
  2309. \def\Yappendixletterandtype{%
  2310. \ifnum\secno=0 Appendix\xreftie'char\the\appendixno{}%
  2311. \else \ifnum \subsecno=0 Section\xreftie'char\the\appendixno.\the\secno %
  2312. \else \ifnum \subsubsecno=0 %
  2313. Section\xreftie'char\the\appendixno.\the\secno.\the\subsecno %
  2314. \else %
  2315. Section\xreftie'char\the\appendixno.\the\secno.\the\subsecno.\the\subsubsecno %
  2316. \fi \fi \fi }
  2317. \gdef\xreftie{'tie}
  2318. % Use TeX 3.0's \inputlineno to get the line number, for better error
  2319. % messages, but if we're using an old version of TeX, don't do anything.
  2320. \ifx\inputlineno\thisisundefined
  2321.   \let\linenumber = \empty % Non-3.0.
  2322. \else
  2323.   \def\linenumber{\the\inputlineno:\space}
  2324. % Define \refx{NAME}{SUFFIX} to reference a cross-reference string named NAME.
  2325. % If its value is nonempty, SUFFIX is output afterward.
  2326. \def\refx#1#2{%
  2327.   \expandafter\ifx\csname X#1\endcsname\relax
  2328.     % If not defined, say something at least.
  2329.     $\langle$un\-de\-fined$\rangle$%
  2330.     \ifhavexrefs
  2331.       \message{\linenumber Undefined cross reference `#1'.}%
  2332.     \else
  2333.       \ifwarnedxrefs\else
  2334.         \global\warnedxrefstrue
  2335.         \message{Cross reference values unknown; you must run TeX again.}%
  2336.       \fi
  2337.     \fi
  2338.   \else
  2339.     % It's defined, so just use it.
  2340.     \csname X#1\endcsname
  2341.   \fi
  2342.   #2% Output the suffix in any case.
  2343. % Read the last existing aux file, if any.  No error if none exists.
  2344. % This is the macro invoked by entries in the aux file.
  2345. \def\xrdef #1#2{
  2346. {\catcode`\'=\other\expandafter \gdef \csname X#1\endcsname {#2}}}
  2347. \def\readauxfile{%
  2348. \begingroup
  2349. \catcode `\^^@=\other
  2350. \catcode `\
  2351. =\other
  2352. \catcode `\
  2353. =\other
  2354. \catcode `\^^C=\other
  2355. \catcode `\^^D=\other
  2356. \catcode `\^^E=\other
  2357. \catcode `\^^F=\other
  2358. \catcode `\^^G=\other
  2359. \catcode `\^^H=\other
  2360. \catcode `\
  2361. =\other
  2362. \catcode `\^^L=\other
  2363. \catcode `\
  2364. =\other
  2365. \catcode `\
  2366. =\other
  2367. \catcode `\
  2368. =\other
  2369. \catcode `\
  2370. =\other
  2371. \catcode `\
  2372. =\other
  2373. \catcode `\
  2374. =\other
  2375. \catcode `\
  2376. =\other
  2377. \catcode `\
  2378. =\other
  2379. \catcode `\
  2380. =\other
  2381. \catcode `\
  2382. =\other
  2383. \catcode `\
  2384. =\other
  2385. \catcode `\
  2386. =\other
  2387. \catcode 26=\other
  2388. \catcode `\^^[=\other
  2389. \catcode `\^^\=\other
  2390. \catcode `\^^]=\other
  2391. \catcode `\^^^=\other
  2392. \catcode `\^^_=\other
  2393. \catcode `\@=\other
  2394. \catcode `\^=\other
  2395. \catcode `\~=\other
  2396. \catcode `\[=\other
  2397. \catcode `\]=\other
  2398. \catcode`\"=\other
  2399. \catcode`\_=\other
  2400. \catcode`\|=\other
  2401. \catcode`\<=\other
  2402. \catcode`\>=\other
  2403. \catcode `\$=\other
  2404. \catcode `\#=\other
  2405. \catcode `\&=\other
  2406. % the aux file uses ' as the escape.
  2407. % Turn off \ as an escape so we do not lose on
  2408. % entries which were dumped with control sequences in their names.
  2409. % For example, 'xrdef {$\leq $-fun}{page ...} made by @defun ^^
  2410. % Reference to such entries still does not work the way one would wish,
  2411. % but at least they do not bomb out when the aux file is read in.
  2412. \catcode `\{=1 \catcode `\}=2
  2413. \catcode `\%=\other
  2414. \catcode `\'=0
  2415. \catcode `\\=\other
  2416. \openin 1 \jobname.aux
  2417. \ifeof 1 \else \closein 1 \input \jobname.aux \global\havexrefstrue
  2418. % Open the new aux file.  Tex will close it automatically at exit.
  2419. \openout \auxfile=\jobname.aux
  2420. \endgroup}
  2421. % Footnotes.
  2422. \newcount \footnoteno
  2423. \def\supereject{\par\penalty -20000\footnoteno =0 }
  2424. % @footnotestyle is meaningful for info output only..
  2425. \let\footnotestyle=\comment
  2426. \let\ptexfootnote=\footnote
  2427. {\catcode `\@=11
  2428. \long\gdef\footnote #1{\global\advance \footnoteno by \@ne
  2429. \unskip
  2430. \edef\thisfootno{$^{\the\footnoteno}$}%
  2431. \let\@sf\empty
  2432. \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi
  2433. \thisfootno\@sf \footnotezzz{#1}}
  2434. % \parsearg\footnotezzz}
  2435. \long\gdef\footnotezzz #1{\insert\footins{
  2436. \interlinepenalty\interfootnotelinepenalty
  2437. \splittopskip\ht\strutbox % top baseline for broken footnotes
  2438. \splitmaxdepth\dp\strutbox \floatingpenalty\@MM
  2439. \leftskip\z@skip \rightskip\z@skip \spaceskip\z@skip \xspaceskip\z@skip
  2440. \footstrut\parindent=\defaultparindent\hang\textindent{\thisfootno}#1\strut}}
  2441. }%end \catcode `\@=11
  2442. % End of control word definitions.
  2443. \message{and turning on texinfo input format.}
  2444. \def\openindices{%
  2445.    \newindex{cp}%
  2446.    \newcodeindex{fn}%
  2447.    \newcodeindex{vr}%
  2448.    \newcodeindex{tp}%
  2449.    \newcodeindex{ky}%
  2450.    \newcodeindex{pg}%
  2451. % Set some numeric style parameters, for 8.5 x 11 format.
  2452. %\hsize = 6.5in
  2453. \newdimen\defaultparindent \defaultparindent = 15pt
  2454. \parindent = \defaultparindent
  2455. \parskip 18pt plus 1pt
  2456. \baselineskip 15pt
  2457. \advance\topskip by 1.2cm
  2458. % Prevent underfull vbox error messages.
  2459. \vbadness=10000
  2460. % Following George Bush, just get rid of widows and orphans.
  2461. \widowpenalty=10000
  2462. \clubpenalty=10000
  2463. % Use TeX 3.0's \emergencystretch to help line breaking, but if we're
  2464. % using an old version of TeX, don't do anything.  We want the amount of
  2465. % stretch added to depend on the line length, hence the dependence on
  2466. % \hsize.  This makes it come to about 9pt for the 8.5x11 format.
  2467. \ifx\emergencystretch\thisisundefined \else
  2468.   \emergencystretch = \hsize
  2469.   \divide\emergencystretch by 45
  2470. % Use @smallbook to reset parameters for 7x9.5 format  (or else 7x9.25)
  2471. \def\smallbook{
  2472. \global\lispnarrowing = 0.3in
  2473. \global\baselineskip 12pt
  2474. \global\parskip 3pt plus 1pt
  2475. \global\hsize = 5in
  2476. \global\doublecolumnhsize=2.4in \global\doublecolumnvsize=15.0in
  2477. \global\vsize=7.5in
  2478. \global\tolerance=700
  2479. \global\hfuzz=1pt
  2480. \global\contentsrightmargin=0pt
  2481. \global\pagewidth=\hsize
  2482. \global\pageheight=\vsize
  2483. \global\let\smalllisp=\smalllispx
  2484. \global\let\smallexample=\smalllispx
  2485. \global\def\Esmallexample{\Esmalllisp}
  2486. % Use @afourpaper to print on European A4 paper.
  2487. \def\afourpaper{
  2488. \global\tolerance=700
  2489. \global\hfuzz=1pt
  2490. \global\baselineskip=12pt
  2491. \global\parskip 15pt plus 1pt
  2492. \global\vsize= 53\baselineskip
  2493. \advance\vsize by \topskip
  2494. %\global\hsize=   5.85in     % A4 wide 10pt
  2495. \global\hsize=  6.5in
  2496. \global\outerhsize=\hsize
  2497. \global\advance\outerhsize by 0.5in
  2498. \global\outervsize=\vsize
  2499. \global\advance\outervsize by 0.6in
  2500. \global\doublecolumnhsize=\hsize
  2501. \global\divide\doublecolumnhsize by 2
  2502. \global\advance\doublecolumnhsize by -0.1in
  2503. \global\doublecolumnvsize=\vsize
  2504. \global\multiply\doublecolumnvsize by 2
  2505. \global\advance\doublecolumnvsize by 0.1in
  2506. \global\pagewidth=\hsize
  2507. \global\pageheight=\vsize
  2508. %% For a final copy, take out the rectangles
  2509. %% that mark overfull boxes (in case you have decided
  2510. %% that the text looks ok even though it passes the margin).
  2511. \def\finalout{\overfullrule=0pt}
  2512. % Define macros to output various characters with catcode for normal text.
  2513. \catcode`\"=\other
  2514. \catcode`\~=\other
  2515. \catcode`\^=\other
  2516. \catcode`\_=\other
  2517. \catcode`\|=\other
  2518. \catcode`\<=\other
  2519. \catcode`\>=\other
  2520. \catcode`\+=\other
  2521. \def\normaldoublequote{"}
  2522. \def\normaltilde{~}
  2523. \def\normalcaret{^}
  2524. \def\normalunderscore{_}
  2525. \def\normalverticalbar{|}
  2526. \def\normalless{<}
  2527. \def\normalgreater{>}
  2528. \def\normalplus{+}
  2529. % This macro is used to make a character print one way in ttfont
  2530. % where it can probably just be output, and another way in other fonts,
  2531. % where something hairier probably needs to be done.
  2532. % #1 is what to print if we are indeed using \tt; #2 is what to print
  2533. % otherwise.  Since all the Computer Modern typewriter fonts have zero
  2534. % interword stretch (and shrink), and it is reasonable to expect all
  2535. % typewriter fonts to have this, we can check that font parameter.
  2536. \def\ifusingtt#1#2{\ifdim \fontdimen3\the\font=0pt #1\else #2\fi}
  2537. % Turn off all special characters except @
  2538. % (and those which the user can use as if they were ordinary).
  2539. % Most of these we simply print from the \tt font, but for some, we can
  2540. % use math or other variants that look better in normal text.
  2541. \catcode`\"=\active
  2542. \def\activedoublequote{{\tt \char '042}}
  2543. \let"=\activedoublequote
  2544. \catcode`\~=\active
  2545. \def~{{\tt \char '176}}
  2546. \chardef\hat=`\^
  2547. \catcode`\^=\active
  2548. \def^{{\tt \hat}}
  2549. \catcode`\_=\active
  2550. \def_{\ifusingtt\normalunderscore\_}
  2551. % Subroutine for the previous macro.
  2552. \def\_{\lvvmode \kern.06em \vbox{\hrule width.3em height.1ex}}
  2553. % \lvvmode is equivalent in function to \leavevmode.
  2554. % Using \leavevmode runs into trouble when written out to
  2555. % an index file due to the expansion of \leavevmode into ``\unhbox
  2556. % \voidb@x'' ---which looks to TeX like ``\unhbox \voidb\x'' due to our
  2557. % magic tricks with @.
  2558. \def\lvvmode{\vbox to 0pt{}}
  2559. \catcode`\|=\active
  2560. \def|{{\tt \char '174}}
  2561. \chardef \less=`\<
  2562. \catcode`\<=\active
  2563. \def<{{\tt \less}}
  2564. \chardef \gtr=`\>
  2565. \catcode`\>=\active
  2566. \def>{{\tt \gtr}}
  2567. \catcode`\+=\active
  2568. \def+{{\tt \char 43}}
  2569. %\catcode 27=\active
  2570. %\def^^[{$\diamondsuit$}
  2571. % Used sometimes to turn off (effectively) the active characters
  2572. % even after parsing them.
  2573. \def\turnoffactive{\let"=\normaldoublequote
  2574. \let~=\normaltilde
  2575. \let^=\normalcaret
  2576. \let_=\normalunderscore
  2577. \let|=\normalverticalbar
  2578. \let<=\normalless
  2579. \let>=\normalgreater
  2580. \let+=\normalplus}
  2581. % Set up an active definition for =, but don't enable it most of the time.
  2582. {\catcode`\==\active
  2583. \global\def={{\tt \char 61}}}
  2584. \catcode`\@=0
  2585. % \rawbackslashxx output one backslash character in current font
  2586. \global\chardef\rawbackslashxx=`\\
  2587. %{\catcode`\\=\other
  2588. %@gdef@rawbackslashxx{\}}
  2589. % \rawbackslash redefines \ as input to do \rawbackslashxx.
  2590. {\catcode`\\=\active
  2591. @gdef@rawbackslash{@let\=@rawbackslashxx }}
  2592. % \normalbackslash outputs one backslash in fixed width font.
  2593. \def\normalbackslash{{\tt\rawbackslashxx}}
  2594. % Say @foo, not \foo, in error messages.
  2595. \escapechar=`\@
  2596. % \catcode 17=0   % Define control-q
  2597. \catcode`\\=\active
  2598. % If a .fmt file is being used, we don't want the `\input texinfo' to show up.
  2599. % That is what \eatinput is for; after that, the `\' should revert to printing 
  2600. % a backslash.
  2601. @gdef@eatinput input texinfo{@fixbackslash}
  2602. @global@let\ = @eatinput
  2603. % On the other hand, perhaps the file did not have a `\input texinfo'. Then
  2604. % the first `\{ in the file would cause an error. This macro tries to fix 
  2605. % that, assuming it is called before the first `\' could plausibly occur.
  2606. @gdef@fixbackslash{@ifx\@eatinput @let\ = @normalbackslash @fi}
  2607. %% These look ok in all fonts, so just make them not special.  The @rm below
  2608. %% makes sure that the current font starts out as the newly loaded cmr10
  2609. @catcode`@$=@other @catcode`@%=@other @catcode`@&=@other @catcode`@#=@other
  2610. @textfonts
  2611. @c Local variables:
  2612. @c page-delimiter: "^\\\\message"
  2613. @c End:
  2614.